| Index: webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c
|
| index 5dd6e8fe97906e95e1558e801c217bd9d4cf14c7..cd0bb075c95f3378da04bd35675fb8399b8ace69 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c
|
| @@ -15,7 +15,7 @@
|
|
|
| #include <arm_neon.h>
|
|
|
| -#include "webrtc/base/checks.h"
|
| +#include "webrtc/rtc_base/checks.h"
|
|
|
| void WebRtcIsacfix_AllpassFilter2FixDec16Neon(
|
| int16_t* data_ch1, // Input and output in channel 1, in Q0
|
|
|