| Index: webrtc/modules/audio_processing/test/process_test.cc
|
| diff --git a/webrtc/modules/audio_processing/test/process_test.cc b/webrtc/modules/audio_processing/test/process_test.cc
|
| index f1ac71752aff0b3528a35dd7bc11b2474608ddeb..3010d680b5ff1b820e74fde2726020c2e486bb23 100644
|
| --- a/webrtc/modules/audio_processing/test/process_test.cc
|
| +++ b/webrtc/modules/audio_processing/test/process_test.cc
|
| @@ -19,6 +19,8 @@
|
| #include <memory>
|
|
|
| #include "webrtc/base/format_macros.h"
|
| +#include "webrtc/base/gtest.h"
|
| +#include "webrtc/base/ignore_wundef.h"
|
| #include "webrtc/base/timeutils.h"
|
| #include "webrtc/modules/audio_processing/include/audio_processing.h"
|
| #include "webrtc/modules/audio_processing/include/config.h"
|
| @@ -28,13 +30,14 @@
|
| #include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
| #include "webrtc/test/testsupport/fileutils.h"
|
| #include "webrtc/test/testsupport/perf_test.h"
|
| +
|
| +RTC_PUSH_IGNORING_WUNDEF()
|
| #ifdef WEBRTC_ANDROID_PLATFORM_BUILD
|
| -#include "gtest/gtest.h"
|
| #include "external/webrtc/webrtc/modules/audio_processing/debug.pb.h"
|
| #else
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| #include "webrtc/modules/audio_processing/debug.pb.h"
|
| #endif
|
| +RTC_POP_IGNORING_WUNDEF()
|
|
|
| namespace webrtc {
|
|
|
|
|