Index: webrtc/modules/audio_processing/aec3/decimator_by_4.h |
diff --git a/webrtc/modules/audio_processing/aec3/decimator_by_4.h b/webrtc/modules/audio_processing/aec3/decimator_by_4.h |
index 93b4b58b8794be9419a5cb6410c4b85a8a5b9120..5afc68118b7b7c01965b67e2e3ec37b8f77397c0 100644 |
--- a/webrtc/modules/audio_processing/aec3/decimator_by_4.h |
+++ b/webrtc/modules/audio_processing/aec3/decimator_by_4.h |
@@ -13,10 +13,10 @@ |
#include <array> |
+#include "webrtc/base/array_view.h" |
+#include "webrtc/base/constructormagic.h" |
#include "webrtc/modules/audio_processing/aec3/aec3_common.h" |
#include "webrtc/modules/audio_processing/aec3/cascaded_biquad_filter.h" |
-#include "webrtc/rtc_base/array_view.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
namespace webrtc { |