| Index: webrtc/modules/audio_coding/neteq/comfort_noise.h
 | 
| diff --git a/webrtc/modules/audio_coding/neteq/comfort_noise.h b/webrtc/modules/audio_coding/neteq/comfort_noise.h
 | 
| index f877bf63efb05e4bc32ba9cca637ce645abb8a8c..74767847913559b1a5dfe1b376e3313aa61caca6 100644
 | 
| --- a/webrtc/modules/audio_coding/neteq/comfort_noise.h
 | 
| +++ b/webrtc/modules/audio_coding/neteq/comfort_noise.h
 | 
| @@ -45,8 +45,7 @@ class ComfortNoise {
 | 
|    void Reset();
 | 
|  
 | 
|    // Update the comfort noise generator with the parameters in |packet|.
 | 
| -  // Will delete the packet.
 | 
| -  int UpdateParameters(Packet* packet);
 | 
| +  int UpdateParameters(const Packet& packet);
 | 
|  
 | 
|    // Generates |requested_length| samples of comfort noise and writes to
 | 
|    // |output|. If this is the first in call after Reset (or first after creating
 | 
| 
 |