| Index: webrtc/modules/audio_device/android/ensure_initialized.cc
|
| diff --git a/webrtc/modules/audio_device/android/ensure_initialized.cc b/webrtc/modules/audio_device/android/ensure_initialized.cc
|
| index 27a98d2952a8e6f25164ec52911cd585f4219e96..9bc08ab196d489a30ebbaa6d2d917c1dc27308ec 100644
|
| --- a/webrtc/modules/audio_device/android/ensure_initialized.cc
|
| +++ b/webrtc/modules/audio_device/android/ensure_initialized.cc
|
| @@ -12,10 +12,14 @@
|
|
|
| #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.
|
| +RTC_PUSH_IGNORING_WUNDEF()
|
| #include "base/android/context_utils.h"
|
| #include "base/android/jni_android.h"
|
| +RTC_POP_IGNORING_WUNDEF()
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/modules/audio_device/android/audio_record_jni.h"
|
| #include "webrtc/modules/audio_device/android/audio_track_jni.h"
|
|
|