Index: webrtc/modules/audio_processing/aec3/matched_filter.h |
diff --git a/webrtc/modules/audio_processing/aec3/matched_filter.h b/webrtc/modules/audio_processing/aec3/matched_filter.h |
index fd20625594d64cec2bf5e51372cbae2ce0ee4a67..91df5c9d322dea6b7bf22f1eeaa8ca9dd60e63d4 100644 |
--- a/webrtc/modules/audio_processing/aec3/matched_filter.h |
+++ b/webrtc/modules/audio_processing/aec3/matched_filter.h |
@@ -15,10 +15,10 @@ |
#include <memory> |
#include <vector> |
+#include "webrtc/base/constructormagic.h" |
+#include "webrtc/base/optional.h" |
#include "webrtc/modules/audio_processing/aec3/aec3_common.h" |
#include "webrtc/modules/audio_processing/aec3/downsampled_render_buffer.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
-#include "webrtc/rtc_base/optional.h" |
namespace webrtc { |
namespace aec3 { |