| 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..55df1d7780ff114d452a9ac0dd0c29022a9c7831 100644
|
| --- a/webrtc/modules/audio_processing/test/process_test.cc
|
| +++ b/webrtc/modules/audio_processing/test/process_test.cc
|
| @@ -19,6 +19,7 @@
|
| #include <memory>
|
|
|
| #include "webrtc/base/format_macros.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"
|
| @@ -26,15 +27,17 @@
|
| #include "webrtc/modules/audio_processing/test/test_utils.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
| +#include "webrtc/test/gtest.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 {
|
|
|
|
|