| Index: webrtc/modules/audio_processing/audio_processing_impl.h
|
| diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h
|
| index 5da3996e334be73e7a39d59784e68f20c7f05c9b..a19d3fce55890d398e3c81cc1f79ccff35153bd9 100644
|
| --- a/webrtc/modules/audio_processing/audio_processing_impl.h
|
| +++ b/webrtc/modules/audio_processing/audio_processing_impl.h
|
| @@ -27,7 +27,7 @@
|
| #ifdef WEBRTC_ANDROID_PLATFORM_BUILD
|
| #include "external/webrtc/webrtc/modules/audio_processing/debug.pb.h"
|
| #else
|
| -#include "webrtc/audio_processing/debug.pb.h"
|
| +#include "webrtc/modules/audio_processing/debug.pb.h"
|
| #endif
|
| #endif // WEBRTC_AUDIOPROC_DEBUG_DUMP
|
|
|
|
|