| Index: webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c b/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
|
| index 5d7a92a9422dbf395711c76976b7761aab20d224..646cd4817fd927cbb8693e8624fe4ecc2a43090b 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
|
| @@ -28,7 +28,7 @@
|
| /* include API */
|
| #include "isac.h"
|
| #include "utility.h"
|
| -#include "webrtc/base/format_macros.h"
|
| +#include "webrtc/rtc_base/format_macros.h"
|
|
|
| /* max number of samples per frame (= 60 ms frame) */
|
| #define MAX_FRAMESAMPLES_SWB 1920
|
|
|