| Index: webrtc/modules/audio_processing/aec3/decimator_by_4.h
|
| diff --git a/webrtc/modules/audio_processing/aec3/decimator_by_4.h b/webrtc/modules/audio_processing/aec3/decimator_by_4.h
|
| index 93b4b58b8794be9419a5cb6410c4b85a8a5b9120..cafe82c99a7b35ad224b0a6a88f0490def002078 100644
|
| --- a/webrtc/modules/audio_processing/aec3/decimator_by_4.h
|
| +++ b/webrtc/modules/audio_processing/aec3/decimator_by_4.h
|
| @@ -13,9 +13,9 @@
|
|
|
| #include <array>
|
|
|
| +#include "webrtc/api/array_view.h"
|
| #include "webrtc/modules/audio_processing/aec3/aec3_common.h"
|
| #include "webrtc/modules/audio_processing/aec3/cascaded_biquad_filter.h"
|
| -#include "webrtc/rtc_base/array_view.h"
|
| #include "webrtc/rtc_base/constructormagic.h"
|
|
|
| namespace webrtc {
|
|
|