| Index: webrtc/modules/audio_coding/main/test/PCMFile.h
 | 
| diff --git a/webrtc/modules/audio_coding/main/test/PCMFile.h b/webrtc/modules/audio_coding/main/test/PCMFile.h
 | 
| index c4487b813321d336b875829aae2ceb475367d80b..8353898f03764fefaebfd45782fa1634c7e67a50 100644
 | 
| --- a/webrtc/modules/audio_coding/main/test/PCMFile.h
 | 
| +++ b/webrtc/modules/audio_coding/main/test/PCMFile.h
 | 
| @@ -36,7 +36,7 @@ class PCMFile {
 | 
|  
 | 
|    int32_t Read10MsData(AudioFrame& audio_frame);
 | 
|  
 | 
| -  void Write10MsData(int16_t *playout_buffer, uint16_t length_smpls);
 | 
| +  void Write10MsData(int16_t *playout_buffer, size_t length_smpls);
 | 
|    void Write10MsData(AudioFrame& audio_frame);
 | 
|  
 | 
|    uint16_t PayloadLength10Ms() const;
 | 
| 
 |