| Index: webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c b/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c
|
| index f3d9e1b7745a3bdae5eafccf0e050c4d5f6c87f4..c2c166cee95d4ba609248f12f260bfe8edbafa9b 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c
|
| @@ -19,7 +19,7 @@
|
| #include "bandwidth_estimator.h"
|
| #include "settings.h"
|
| #include "isac.h"
|
| -#include "webrtc/base/checks.h"
|
| +#include "webrtc/rtc_base/checks.h"
|
|
|
| #include <math.h>
|
| #include <string.h>
|
|
|