| Index: webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
| index 39ae8beeff7dde4d6d8cab859d131e664eb6711b..3377bf7dca5263b3e1f61392c97c14fab1ac07f7 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
| @@ -19,7 +19,7 @@
|
|
|
| #include <stdlib.h>
|
|
|
| -#include "webrtc/base/checks.h"
|
| +#include "webrtc/rtc_base/checks.h"
|
| #include "webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h"
|
| #include "webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h"
|
| #include "webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h"
|
|
|