| Index: webrtc/modules/audio_coding/test/APITest.h
|
| diff --git a/webrtc/modules/audio_coding/main/test/APITest.h b/webrtc/modules/audio_coding/test/APITest.h
|
| similarity index 87%
|
| rename from webrtc/modules/audio_coding/main/test/APITest.h
|
| rename to webrtc/modules/audio_coding/test/APITest.h
|
| index d4c5b1ecdd4ab4de89b91f308757113b9e0832a4..a1937c2b006c385d8bfc64aa66e773e232fa9f0a 100644
|
| --- a/webrtc/modules/audio_coding/main/test/APITest.h
|
| +++ b/webrtc/modules/audio_coding/test/APITest.h
|
| @@ -8,15 +8,15 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_APITEST_H_
|
| -#define WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_APITEST_H_
|
| +#ifndef WEBRTC_MODULES_AUDIO_CODING_TEST_APITEST_H_
|
| +#define WEBRTC_MODULES_AUDIO_CODING_TEST_APITEST_H_
|
|
|
| #include "webrtc/base/scoped_ptr.h"
|
| -#include "webrtc/modules/audio_coding/main/include/audio_coding_module.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/utility.h"
|
| +#include "webrtc/modules/audio_coding/include/audio_coding_module.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/utility.h"
|
| #include "webrtc/system_wrappers/include/event_wrapper.h"
|
| #include "webrtc/system_wrappers/include/rw_lock_wrapper.h"
|
|
|
| @@ -160,4 +160,4 @@ class APITest : public ACMTest {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_APITEST_H_
|
| +#endif // WEBRTC_MODULES_AUDIO_CODING_TEST_APITEST_H_
|
|
|