| Index: webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc b/webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc
|
| similarity index 98%
|
| rename from webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc
|
| rename to webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc
|
| index 5d18bda00c3a5e1b9aa12fd5791479e560bbaea4..5f61ef695bcbda1bbdf065c546d8b83a7fce3f2f 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h"
|
| +#include "webrtc/modules/audio_coding/acm2/audio_coding_module_impl.h"
|
|
|
| #include <assert.h>
|
| #include <stdlib.h>
|
| @@ -17,10 +17,10 @@
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/safe_conversions.h"
|
| #include "webrtc/engine_configurations.h"
|
| -#include "webrtc/modules/audio_coding/main/include/audio_coding_module_typedefs.h"
|
| -#include "webrtc/modules/audio_coding/main/acm2/acm_common_defs.h"
|
| -#include "webrtc/modules/audio_coding/main/acm2/acm_resampler.h"
|
| -#include "webrtc/modules/audio_coding/main/acm2/call_statistics.h"
|
| +#include "webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h"
|
| +#include "webrtc/modules/audio_coding/acm2/acm_common_defs.h"
|
| +#include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
|
| +#include "webrtc/modules/audio_coding/acm2/call_statistics.h"
|
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| #include "webrtc/system_wrappers/include/logging.h"
|
| #include "webrtc/system_wrappers/include/metrics.h"
|
|
|