| Index: webrtc/api/test/androidtestinitializer.cc
|
| diff --git a/webrtc/api/test/androidtestinitializer.cc b/webrtc/api/test/androidtestinitializer.cc
|
| index 6791810d94425bfa8b89c5f08a20b9af1995ac4c..2d18ae5857804cbc1e529b3d07e9a6e556b0782f 100644
|
| --- a/webrtc/api/test/androidtestinitializer.cc
|
| +++ b/webrtc/api/test/androidtestinitializer.cc
|
| @@ -12,12 +12,16 @@
|
|
|
| #include <pthread.h>
|
|
|
| +#include "webrtc/base/ignore_wundef.h"
|
| +
|
| // Note: this dependency is dangerous since it reaches into Chromium's base.
|
| // There's a risk of e.g. macro clashes. This file may only be used in tests.
|
| // Since we use Chromes build system for creating the gtest binary, this should
|
| // be fine.
|
| +RTC_PUSH_IGNORING_WUNDEF()
|
| #include "base/android/context_utils.h"
|
| #include "base/android/jni_android.h"
|
| +RTC_POP_IGNORING_WUNDEF()
|
|
|
| #include "webrtc/api/android/jni/classreferenceholder.h"
|
| #include "webrtc/api/android/jni/jni_helpers.h"
|
|
|