| Index: webrtc/modules/audio_processing/vad/pitch_based_vad.cc
|
| diff --git a/webrtc/modules/audio_processing/vad/pitch_based_vad.cc b/webrtc/modules/audio_processing/vad/pitch_based_vad.cc
|
| index 39ec37e6ec6119a10dbbf5d65d241c53cd56452e..fce144de6b0a3cc2c57f68509316687c77f24940 100644
|
| --- a/webrtc/modules/audio_processing/vad/pitch_based_vad.cc
|
| +++ b/webrtc/modules/audio_processing/vad/pitch_based_vad.cc
|
| @@ -18,7 +18,7 @@
|
| #include "webrtc/modules/audio_processing/vad/common.h"
|
| #include "webrtc/modules/audio_processing/vad/noise_gmm_tables.h"
|
| #include "webrtc/modules/audio_processing/vad/voice_gmm_tables.h"
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
|
|
| namespace webrtc {
|
|
|
|
|