| Index: webrtc/modules/audio_coding/codecs/audio_decoder.h
 | 
| diff --git a/webrtc/modules/audio_coding/codecs/audio_decoder.h b/webrtc/modules/audio_coding/codecs/audio_decoder.h
 | 
| index 81ac87318300bf430ea55886fba8443e554adef7..580ddbf74ffe43807fdab2204d7cb1b92f345283 100644
 | 
| --- a/webrtc/modules/audio_coding/codecs/audio_decoder.h
 | 
| +++ b/webrtc/modules/audio_coding/codecs/audio_decoder.h
 | 
| @@ -14,7 +14,6 @@
 | 
|  #include <stdlib.h>  // NULL
 | 
|  
 | 
|  #include "webrtc/base/constructormagic.h"
 | 
| -#include "webrtc/modules/audio_coding/codecs/cng/webrtc_cng.h"
 | 
|  #include "webrtc/typedefs.h"
 | 
|  
 | 
|  namespace webrtc {
 | 
| @@ -94,10 +93,6 @@ class AudioDecoder {
 | 
|    // Returns true if the packet has FEC and false otherwise.
 | 
|    virtual bool PacketHasFec(const uint8_t* encoded, size_t encoded_len) const;
 | 
|  
 | 
| -  // If this is a CNG decoder, return the underlying CNG_dec_inst*. If this
 | 
| -  // isn't a CNG decoder, don't call this method.
 | 
| -  virtual CNG_dec_inst* CngDecoderInstance();
 | 
| -
 | 
|    virtual size_t Channels() const = 0;
 | 
|  
 | 
|   protected:
 | 
| 
 |