| Index: media/cast/audio_receiver/audio_decoder.h
 | 
| diff --git a/media/cast/audio_receiver/audio_decoder.h b/media/cast/audio_receiver/audio_decoder.h
 | 
| index 8a77d79d070688b1d35a79eaf16f264a7b7300b5..6bafdd1465b2aad4633b26d4ad8260f9bb4badae 100644
 | 
| --- a/media/cast/audio_receiver/audio_decoder.h
 | 
| +++ b/media/cast/audio_receiver/audio_decoder.h
 | 
| @@ -51,7 +51,7 @@ class AudioDecoder {
 | 
|   private:
 | 
|    scoped_refptr<CastEnvironment> cast_environment_;
 | 
|  
 | 
| -  // The webrtc AudioCodingModule is threadsafe.
 | 
| +  // The webrtc AudioCodingModule is thread safe.
 | 
|    scoped_ptr<webrtc::AudioCodingModule> audio_decoder_;
 | 
|  
 | 
|    FrameIdMap frame_id_map_;
 | 
| 
 |