| Index: webrtc/modules/audio_processing/aec3/aec_state.h
|
| diff --git a/webrtc/modules/audio_processing/aec3/aec_state.h b/webrtc/modules/audio_processing/aec3/aec_state.h
|
| index 44a1767125544074ddf9735cfac67dd99c681b70..8dc45304f12ccdf5904849d36cc7955ebf4f00dd 100644
|
| --- a/webrtc/modules/audio_processing/aec3/aec_state.h
|
| +++ b/webrtc/modules/audio_processing/aec3/aec_state.h
|
| @@ -15,13 +15,13 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| +#include "webrtc/api/array_view.h"
|
| #include "webrtc/modules/audio_processing/aec3/aec3_common.h"
|
| #include "webrtc/modules/audio_processing/aec3/echo_path_variability.h"
|
| #include "webrtc/modules/audio_processing/aec3/erl_estimator.h"
|
| #include "webrtc/modules/audio_processing/aec3/erle_estimator.h"
|
| #include "webrtc/modules/audio_processing/aec3/render_buffer.h"
|
| #include "webrtc/modules/audio_processing/include/audio_processing.h"
|
| -#include "webrtc/rtc_base/array_view.h"
|
| #include "webrtc/rtc_base/constructormagic.h"
|
| #include "webrtc/rtc_base/optional.h"
|
|
|
|
|