Index: webrtc/modules/audio_processing/aec3/render_delay_buffer.cc |
diff --git a/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc b/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc |
index 73dadadac6f8d38206bd3dacae75d778bf153152..12dae1b8b470680c2ee806d03be27044a3b26b49 100644 |
--- a/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc |
+++ b/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc |
@@ -13,13 +13,13 @@ |
#include <string.h> |
#include <algorithm> |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/constructormagic.h" |
+#include "webrtc/base/logging.h" |
#include "webrtc/modules/audio_processing/aec3/aec3_common.h" |
#include "webrtc/modules/audio_processing/aec3/block_processor.h" |
#include "webrtc/modules/audio_processing/aec3/decimator_by_4.h" |
#include "webrtc/modules/audio_processing/aec3/fft_data.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
-#include "webrtc/rtc_base/logging.h" |
namespace webrtc { |
namespace { |