| Index: webrtc/modules/audio_processing/agc/agc.cc
|
| diff --git a/webrtc/modules/audio_processing/agc/agc.cc b/webrtc/modules/audio_processing/agc/agc.cc
|
| index 706b963aa1859bc3fae342e400e055a38658b927..fc78f07ebb0a2c813b5b8fc28b9a5a67d8bb028e 100644
|
| --- a/webrtc/modules/audio_processing/agc/agc.cc
|
| +++ b/webrtc/modules/audio_processing/agc/agc.cc
|
| @@ -19,7 +19,7 @@
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/modules/audio_processing/agc/histogram.h"
|
| #include "webrtc/modules/audio_processing/agc/utility.h"
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
|
|
| namespace webrtc {
|
| namespace {
|
|
|