| Index: webrtc/modules/audio_coding/acm2/rent_a_codec.cc
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/rent_a_codec.cc b/webrtc/modules/audio_coding/acm2/rent_a_codec.cc
|
| similarity index 98%
|
| rename from webrtc/modules/audio_coding/main/acm2/rent_a_codec.cc
|
| rename to webrtc/modules/audio_coding/acm2/rent_a_codec.cc
|
| index 229d367f6139115e9b377a11fff680d3630f35a4..480024934c379b8a0ca9b5a9a61707685aa1b548 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/rent_a_codec.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/rent_a_codec.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/rent_a_codec.h"
|
| +#include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
|
|
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h"
|
| @@ -34,8 +34,8 @@
|
| #ifdef WEBRTC_CODEC_RED
|
| #include "webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.h"
|
| #endif
|
| -#include "webrtc/modules/audio_coding/main/acm2/acm_codec_database.h"
|
| -#include "webrtc/modules/audio_coding/main/acm2/acm_common_defs.h"
|
| +#include "webrtc/modules/audio_coding/acm2/acm_codec_database.h"
|
| +#include "webrtc/modules/audio_coding/acm2/acm_common_defs.h"
|
|
|
| namespace webrtc {
|
| namespace acm2 {
|
|
|