| Index: webrtc/modules/audio_coding/test/opus_test.cc
|
| diff --git a/webrtc/modules/audio_coding/main/test/opus_test.cc b/webrtc/modules/audio_coding/test/opus_test.cc
|
| similarity index 97%
|
| rename from webrtc/modules/audio_coding/main/test/opus_test.cc
|
| rename to webrtc/modules/audio_coding/test/opus_test.cc
|
| index 27cc40aa3c74e1ddabd8ac96e3c9559b4d2ed005..3372a2a4a0274df95bf8605b0c2e3a2dfc79528f 100644
|
| --- a/webrtc/modules/audio_coding/main/test/opus_test.cc
|
| +++ b/webrtc/modules/audio_coding/test/opus_test.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/audio_coding/main/test/opus_test.h"
|
| +#include "webrtc/modules/audio_coding/test/opus_test.h"
|
|
|
| #include <assert.h>
|
|
|
| @@ -18,9 +18,9 @@
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/engine_configurations.h"
|
| #include "webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
|
| -#include "webrtc/modules/audio_coding/main/include/audio_coding_module_typedefs.h"
|
| -#include "webrtc/modules/audio_coding/main/test/TestStereo.h"
|
| -#include "webrtc/modules/audio_coding/main/test/utility.h"
|
| +#include "webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h"
|
| +#include "webrtc/modules/audio_coding/test/TestStereo.h"
|
| +#include "webrtc/modules/audio_coding/test/utility.h"
|
| #include "webrtc/system_wrappers/include/trace.h"
|
| #include "webrtc/test/testsupport/fileutils.h"
|
|
|
|
|