| Index: webrtc/modules/audio_processing/agc/legacy/digital_agc.c
|
| diff --git a/webrtc/modules/audio_processing/agc/legacy/digital_agc.c b/webrtc/modules/audio_processing/agc/legacy/digital_agc.c
|
| index dd24845cf217c9003166d79f49d4598e7107c860..a9ad55ae8cdc7f6598a0d46749b5e098200c9c35 100644
|
| --- a/webrtc/modules/audio_processing/agc/legacy/digital_agc.c
|
| +++ b/webrtc/modules/audio_processing/agc/legacy/digital_agc.c
|
| @@ -19,7 +19,7 @@
|
| #include <stdio.h>
|
| #endif
|
|
|
| -#include "webrtc/base/checks.h"
|
| +#include "webrtc/rtc_base/checks.h"
|
| #include "webrtc/modules/audio_processing/agc/legacy/gain_control.h"
|
|
|
| // To generate the gaintable, copy&paste the following lines to a Matlab window:
|
|
|