| Index: webrtc/modules/audio_coding/main/acm2/codec_owner.cc
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/codec_owner.cc b/webrtc/modules/audio_coding/main/acm2/codec_owner.cc
|
| index 6b9809f836fdc9081c88508bdd2147c74353d874..c20f06977a741fd3b0f6c473cd5a461fe5e3bec5 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/codec_owner.cc
|
| +++ b/webrtc/modules/audio_coding/main/acm2/codec_owner.cc
|
| @@ -13,7 +13,7 @@
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/engine_configurations.h"
|
| -#include "webrtc/modules/audio_coding/codecs/cng/include/audio_encoder_cng.h"
|
| +#include "webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h"
|
| #ifdef WEBRTC_CODEC_RED
|
| #include "webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.h"
|
| #endif
|
|
|