| Index: webrtc/modules/audio_coding/test/iSACTest.cc
|
| diff --git a/webrtc/modules/audio_coding/main/test/iSACTest.cc b/webrtc/modules/audio_coding/test/iSACTest.cc
|
| similarity index 98%
|
| rename from webrtc/modules/audio_coding/main/test/iSACTest.cc
|
| rename to webrtc/modules/audio_coding/test/iSACTest.cc
|
| index 203e12b6a23f3ca344aeb0307ed282392b9e9abc..09744b13c61436970eea97a693e3fde15cfff214 100644
|
| --- a/webrtc/modules/audio_coding/main/test/iSACTest.cc
|
| +++ b/webrtc/modules/audio_coding/test/iSACTest.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/iSACTest.h"
|
| +#include "webrtc/modules/audio_coding/test/iSACTest.h"
|
|
|
| #include <ctype.h>
|
| #include <stdio.h>
|
| @@ -23,8 +23,8 @@
|
| #include <time.h>
|
| #endif
|
|
|
| -#include "webrtc/modules/audio_coding/main/acm2/acm_common_defs.h"
|
| -#include "webrtc/modules/audio_coding/main/test/utility.h"
|
| +#include "webrtc/modules/audio_coding/acm2/acm_common_defs.h"
|
| +#include "webrtc/modules/audio_coding/test/utility.h"
|
| #include "webrtc/system_wrappers/include/event_wrapper.h"
|
| #include "webrtc/system_wrappers/include/tick_util.h"
|
| #include "webrtc/system_wrappers/include/trace.h"
|
|
|