| Index: webrtc/modules/audio_coding/acm2/codec_manager.cc
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/codec_manager.cc b/webrtc/modules/audio_coding/acm2/codec_manager.cc
|
| similarity index 98%
|
| rename from webrtc/modules/audio_coding/main/acm2/codec_manager.cc
|
| rename to webrtc/modules/audio_coding/acm2/codec_manager.cc
|
| index 7796786866b0425c40e370ef9e055f54abf69793..a5a9e09793b3a2eda13c73be79ca07f11a5163db 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/codec_manager.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/codec_manager.cc
|
| @@ -8,11 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/audio_coding/main/acm2/codec_manager.h"
|
| +#include "webrtc/modules/audio_coding/acm2/codec_manager.h"
|
|
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/engine_configurations.h"
|
| -#include "webrtc/modules/audio_coding/main/acm2/rent_a_codec.h"
|
| +#include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
|
| #include "webrtc/system_wrappers/include/trace.h"
|
|
|
| namespace webrtc {
|
|
|