| Index: webrtc/modules/audio_coding/acm2/acm_receiver.h | 
| diff --git a/webrtc/modules/audio_coding/acm2/acm_receiver.h b/webrtc/modules/audio_coding/acm2/acm_receiver.h | 
| index ee3f81da59ad941c280c815e4834dd469bd550a5..5b864c2b70369446c33ab5cfd25861f4b4dbaab8 100644 | 
| --- a/webrtc/modules/audio_coding/acm2/acm_receiver.h | 
| +++ b/webrtc/modules/audio_coding/acm2/acm_receiver.h | 
| @@ -186,7 +186,7 @@ | 
| // | 
| // Remove all registered codecs. | 
| // | 
| -  void RemoveAllCodecs(); | 
| +  int RemoveAllCodecs(); | 
|  | 
| // Returns the RTP timestamp for the last sample delivered by GetAudio(). | 
| // The return value will be empty if no valid timestamp is available. | 
|  |