Index: webrtc/modules/audio_processing/aec3/aec_state.cc |
diff --git a/webrtc/modules/audio_processing/aec3/aec_state.cc b/webrtc/modules/audio_processing/aec3/aec_state.cc |
index 3840ef960133e142c33a52cd294ff7e6748467f8..316f8887179172c67bc0d542eaa9790ad6dc0b8a 100644 |
--- a/webrtc/modules/audio_processing/aec3/aec_state.cc |
+++ b/webrtc/modules/audio_processing/aec3/aec_state.cc |
@@ -14,10 +14,10 @@ |
#include <numeric> |
#include <vector> |
+#include "webrtc/base/array_view.h" |
+#include "webrtc/base/atomicops.h" |
+#include "webrtc/base/checks.h" |
#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h" |
-#include "webrtc/rtc_base/array_view.h" |
-#include "webrtc/rtc_base/atomicops.h" |
-#include "webrtc/rtc_base/checks.h" |
namespace webrtc { |
namespace { |