| Index: webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h | 
| diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h b/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h | 
| index 8999d027ab2fb49fd9bcd4492512b3814c60b1d4..fb1c5b2f6f47d1626bfb09a3d82af2698e6e29fe 100644 | 
| --- a/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h | 
| +++ b/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h | 
| @@ -27,7 +27,9 @@ class NetEqExternalDecoderTest { | 
| static const int kOutputLengthMs = 10; | 
|  | 
| // The external decoder |decoder| is suppose to be of type |codec|. | 
| -  NetEqExternalDecoderTest(NetEqDecoder codec, AudioDecoder* decoder); | 
| +  NetEqExternalDecoderTest(NetEqDecoder codec, | 
| +                           int sample_rate_hz, | 
| +                           AudioDecoder* decoder); | 
|  | 
| virtual ~NetEqExternalDecoderTest() { } | 
|  | 
|  |