| 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 260e793d600e645d9c18d66e03d3439e3e15a311..522010e052ed8887f48e8a9d06e658020a87174b 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__)
|
|
|