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 0702a124e8cf148737e9619ba9e06d31ea9ad0de..a200af1261379ba013dd4d6532c84b80d5ad1e19 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/api/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 { |