| Index: webrtc/modules/audio_coding/acm2/codec_manager.cc
|
| diff --git a/webrtc/modules/audio_coding/acm2/codec_manager.cc b/webrtc/modules/audio_coding/acm2/codec_manager.cc
|
| index f028c45f99130eb205d3818ac691b348ca9946e0..d8dcd792c4937b8ac933a53cd2ec1e47be3f4606 100644
|
| --- a/webrtc/modules/audio_coding/acm2/codec_manager.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/codec_manager.cc
|
| @@ -12,9 +12,9 @@
|
|
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/format_macros.h"
|
| -#include "webrtc/engine_configurations.h"
|
| #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
|
| #include "webrtc/system_wrappers/include/trace.h"
|
| +#include "webrtc/voice_engine_configurations.h"
|
|
|
| namespace webrtc {
|
| namespace acm2 {
|
|
|