| Index: webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc
|
| index ca56d452a2b36b23cbde56f1c2f77031a3710d26..5c3b81383069bf1b2b693defcb903f777f16a8ce 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc
|
| +++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc
|
| @@ -985,7 +985,7 @@ TEST_F(AcmReceiverBitExactnessOldApi, MAYBE_48kHzOutput) {
|
| #define MAYBE_48kHzOutputExternalDecoder 48kHzOutputExternalDecoder
|
| #endif
|
| TEST_F(AcmReceiverBitExactnessOldApi, MAYBE_48kHzOutputExternalDecoder) {
|
| - AudioDecoderPcmU decoder;
|
| + AudioDecoderPcmU decoder(1);
|
| MockAudioDecoder mock_decoder;
|
| // Set expectations on the mock decoder and also delegate the calls to the
|
| // real decoder.
|
|
|