Index: webrtc/modules/audio_processing/aec3/echo_path_delay_estimator.h |
diff --git a/webrtc/modules/audio_processing/aec3/echo_path_delay_estimator.h b/webrtc/modules/audio_processing/aec3/echo_path_delay_estimator.h |
index 4b536b99a940b68f72561130c08048035e3c7c1d..7ff1cb33a5111141218a61028a8ad8d074a75e93 100644 |
--- a/webrtc/modules/audio_processing/aec3/echo_path_delay_estimator.h |
+++ b/webrtc/modules/audio_processing/aec3/echo_path_delay_estimator.h |
@@ -13,13 +13,13 @@ |
#include <vector> |
+#include "webrtc/api/optional.h" |
#include "webrtc/modules/audio_processing/aec3/decimator_by_4.h" |
#include "webrtc/modules/audio_processing/aec3/downsampled_render_buffer.h" |
#include "webrtc/modules/audio_processing/aec3/matched_filter.h" |
#include "webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h" |
#include "webrtc/modules/audio_processing/include/audio_processing.h" |
#include "webrtc/rtc_base/constructormagic.h" |
-#include "webrtc/rtc_base/optional.h" |
namespace webrtc { |