| Index: webrtc/modules/audio_processing/aec3/render_delay_controller.h
|
| diff --git a/webrtc/modules/audio_processing/aec3/render_delay_controller.h b/webrtc/modules/audio_processing/aec3/render_delay_controller.h
|
| index ef0aaac7319be577c8889a71758c6041024e5b66..c1e2229d66245b4b49ea783b2470e7e56828bd9e 100644
|
| --- a/webrtc/modules/audio_processing/aec3/render_delay_controller.h
|
| +++ b/webrtc/modules/audio_processing/aec3/render_delay_controller.h
|
| @@ -11,11 +11,11 @@
|
| #ifndef WEBRTC_MODULES_AUDIO_PROCESSING_AEC3_RENDER_DELAY_CONTROLLER_H_
|
| #define WEBRTC_MODULES_AUDIO_PROCESSING_AEC3_RENDER_DELAY_CONTROLLER_H_
|
|
|
| +#include "webrtc/api/array_view.h"
|
| #include "webrtc/modules/audio_processing/aec3/downsampled_render_buffer.h"
|
| #include "webrtc/modules/audio_processing/aec3/render_delay_buffer.h"
|
| #include "webrtc/modules/audio_processing/include/audio_processing.h"
|
| #include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"
|
| -#include "webrtc/rtc_base/array_view.h"
|
| #include "webrtc/rtc_base/optional.h"
|
|
|
| namespace webrtc {
|
|
|