Index: webrtc/modules/audio_device/android/audio_manager.cc |
diff --git a/webrtc/modules/audio_device/android/audio_manager.cc b/webrtc/modules/audio_device/android/audio_manager.cc |
index 169a1929ce8d5e4cf19b4f96c792163b532e7153..972e5a056d4aa52924f0c690b8d458f12515c2f6 100644 |
--- a/webrtc/modules/audio_device/android/audio_manager.cc |
+++ b/webrtc/modules/audio_device/android/audio_manager.cc |
@@ -16,7 +16,7 @@ |
#include "webrtc/base/checks.h" |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/modules/audio_device/android/audio_common.h" |
-#include "webrtc/modules/utility/interface/helpers_android.h" |
+#include "webrtc/modules/utility/include/helpers_android.h" |
#define TAG "AudioManager" |
#define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) |