| 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 11b2b25e13bd65cc0c896e14a48a88125e137dcd..b63aec1f27d87a38607f6acc13412245b51d9300 100644
|
| --- a/webrtc/modules/audio_device/android/ensure_initialized.cc
|
| +++ b/webrtc/modules/audio_device/android/ensure_initialized.cc
|
| @@ -14,6 +14,7 @@
|
|
|
| // 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.
|
| +#include "base/android/context_utils.h"
|
| #include "base/android/jni_android.h"
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/modules/audio_device/android/audio_record_jni.h"
|
|
|