aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_device/android/ensure_initialized.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/audio_device/android/ensure_initialized.cc')
-rw-r--r--webrtc/modules/audio_device/android/ensure_initialized.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webrtc/modules/audio_device/android/ensure_initialized.cc b/webrtc/modules/audio_device/android/ensure_initialized.cc
index e8197b7ca0..b63aec1f27 100644
--- a/webrtc/modules/audio_device/android/ensure_initialized.cc
+++ b/webrtc/modules/audio_device/android/ensure_initialized.cc
@@ -14,11 +14,12 @@
// 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"
#include "webrtc/modules/audio_device/android/audio_track_jni.h"
-#include "webrtc/modules/utility/interface/jvm_android.h"
+#include "webrtc/modules/utility/include/jvm_android.h"
namespace webrtc {
namespace audiodevicemodule {