| Index: webrtc/modules/audio_coding/test/opus_test.h
|
| diff --git a/webrtc/modules/audio_coding/main/test/opus_test.h b/webrtc/modules/audio_coding/test/opus_test.h
|
| similarity index 72%
|
| rename from webrtc/modules/audio_coding/main/test/opus_test.h
|
| rename to webrtc/modules/audio_coding/test/opus_test.h
|
| index 0b960092413d67fdebb90170b4f81b19a2c2929a..090c8fa9ddf35a4a3237c0b10b4633f152e13ee6 100644
|
| --- a/webrtc/modules/audio_coding/main/test/opus_test.h
|
| +++ b/webrtc/modules/audio_coding/test/opus_test.h
|
| @@ -8,18 +8,18 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_OPUS_TEST_H_
|
| -#define WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_OPUS_TEST_H_
|
| +#ifndef WEBRTC_MODULES_AUDIO_CODING_TEST_OPUS_TEST_H_
|
| +#define WEBRTC_MODULES_AUDIO_CODING_TEST_OPUS_TEST_H_
|
|
|
| #include <math.h>
|
|
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
|
| -#include "webrtc/modules/audio_coding/main/acm2/acm_resampler.h"
|
| -#include "webrtc/modules/audio_coding/main/test/ACMTest.h"
|
| -#include "webrtc/modules/audio_coding/main/test/Channel.h"
|
| -#include "webrtc/modules/audio_coding/main/test/PCMFile.h"
|
| -#include "webrtc/modules/audio_coding/main/test/TestStereo.h"
|
| +#include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
|
| +#include "webrtc/modules/audio_coding/test/ACMTest.h"
|
| +#include "webrtc/modules/audio_coding/test/Channel.h"
|
| +#include "webrtc/modules/audio_coding/test/PCMFile.h"
|
| +#include "webrtc/modules/audio_coding/test/TestStereo.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -54,4 +54,4 @@ class OpusTest : public ACMTest {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_OPUS_TEST_H_
|
| +#endif // WEBRTC_MODULES_AUDIO_CODING_TEST_OPUS_TEST_H_
|
|
|