| 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 c1e2229d66245b4b49ea783b2470e7e56828bd9e..e840178cb6f1fd00e9050ada96addda594f2a4c2 100644
|
| --- a/webrtc/modules/audio_processing/aec3/render_delay_controller.h
|
| +++ b/webrtc/modules/audio_processing/aec3/render_delay_controller.h
|
| @@ -12,11 +12,11 @@
|
| #define WEBRTC_MODULES_AUDIO_PROCESSING_AEC3_RENDER_DELAY_CONTROLLER_H_
|
|
|
| #include "webrtc/api/array_view.h"
|
| +#include "webrtc/api/optional.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/optional.h"
|
|
|
| namespace webrtc {
|
|
|
|
|