| Index: webrtc/modules/audio_processing/test/debug_dump_test.cc
|
| diff --git a/webrtc/modules/audio_processing/test/debug_dump_test.cc b/webrtc/modules/audio_processing/test/debug_dump_test.cc
|
| index 306e9e7f572dc1f3cd7f2c63ef86251b1a71cbde..e3b375e525c42e5db9f0712a15fbc6d68811a511 100644
|
| --- a/webrtc/modules/audio_processing/test/debug_dump_test.cc
|
| +++ b/webrtc/modules/audio_processing/test/debug_dump_test.cc
|
| @@ -13,11 +13,11 @@
|
| #include <vector>
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webrtc/audio_processing/debug.pb.h"
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/common_audio/channel_buffer.h"
|
| #include "webrtc/modules/audio_coding/neteq/tools/resample_input_audio_file.h"
|
| +#include "webrtc/modules/audio_processing/debug.pb.h"
|
| #include "webrtc/modules/audio_processing/include/audio_processing.h"
|
| #include "webrtc/modules/audio_processing/test/protobuf_utils.h"
|
| #include "webrtc/modules/audio_processing/test/test_utils.h"
|
|
|