| Index: webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c
|
| index b69a885f34de9eaa762a69f11d84cc8bec637376..1f8b2c2804a08f97457e2cf26dac6acf2e3b6e85 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c
|
| @@ -17,7 +17,7 @@
|
|
|
| #include "codec.h"
|
| #include "settings.h"
|
| -#include "webrtc/base/sanitizer.h"
|
| +#include "webrtc/rtc_base/sanitizer.h"
|
|
|
| #define LATTICE_MUL_32_32_RSFT16(a32a, a32b, b32) \
|
| ((int32_t)(WEBRTC_SPL_MUL(a32a, b32) + (WEBRTC_SPL_MUL_16_32_RSFT16(a32b, b32))))
|
|
|