Index: webrtc/modules/audio_device/audio_device_buffer.h |
diff --git a/webrtc/modules/audio_device/audio_device_buffer.h b/webrtc/modules/audio_device/audio_device_buffer.h |
index 04e1be8687c4c105cef9bc506cede57cad2ae3bb..c2ea638ab4c717409565a32257497766ae972e85 100644 |
--- a/webrtc/modules/audio_device/audio_device_buffer.h |
+++ b/webrtc/modules/audio_device/audio_device_buffer.h |
@@ -11,12 +11,12 @@ |
#ifndef WEBRTC_MODULES_AUDIO_DEVICE_AUDIO_DEVICE_BUFFER_H_ |
#define WEBRTC_MODULES_AUDIO_DEVICE_AUDIO_DEVICE_BUFFER_H_ |
+#include "webrtc/base/buffer.h" |
+#include "webrtc/base/criticalsection.h" |
+#include "webrtc/base/task_queue.h" |
+#include "webrtc/base/thread_annotations.h" |
+#include "webrtc/base/thread_checker.h" |
#include "webrtc/modules/audio_device/include/audio_device.h" |
-#include "webrtc/rtc_base/buffer.h" |
-#include "webrtc/rtc_base/criticalsection.h" |
-#include "webrtc/rtc_base/task_queue.h" |
-#include "webrtc/rtc_base/thread_annotations.h" |
-#include "webrtc/rtc_base/thread_checker.h" |
#include "webrtc/system_wrappers/include/file_wrapper.h" |
#include "webrtc/typedefs.h" |