Index: webrtc/modules/audio_device/android/audio_record_jni.cc |
diff --git a/webrtc/modules/audio_device/android/audio_record_jni.cc b/webrtc/modules/audio_device/android/audio_record_jni.cc |
index ad8c02756ed1635a74329552f457afdabce69b08..2a9eacf838757c10c1978e8d9129134e33fa0bf4 100644 |
--- a/webrtc/modules/audio_device/android/audio_record_jni.cc |
+++ b/webrtc/modules/audio_device/android/audio_record_jni.cc |
@@ -14,10 +14,10 @@ |
#include <android/log.h> |
+#include "webrtc/base/arraysize.h" |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/format_macros.h" |
#include "webrtc/modules/audio_device/android/audio_common.h" |
-#include "webrtc/rtc_base/arraysize.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/format_macros.h" |
#define TAG "AudioRecordJni" |
#define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) |