| Index: webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| index a876f17976f61087ce94cf57f5c3bd319124cb6d..325674f3e9c1edd273a5e1c93a38dc5a49eae1c3 100644
|
| --- a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h
|
| @@ -15,7 +15,7 @@
|
|
|
| #include "webrtc/api/audio_codecs/audio_decoder.h"
|
| #include "webrtc/base/constructormagic.h"
|
| -#include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
|
| +#include "webrtc/modules/audio_coding/neteq/neteq_decoder_enum.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| #ifdef WEBRTC_CODEC_G722
|
| @@ -24,8 +24,6 @@
|
|
|
| namespace webrtc {
|
|
|
| -using NetEqDecoder = acm2::RentACodec::NetEqDecoder;
|
| -
|
| // Returns true if |codec_type| is supported.
|
| bool CodecSupported(NetEqDecoder codec_type);
|
|
|
|
|