Index: webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc |
diff --git a/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc |
index cf229539624b919c1271862304e19c726894f83d..90f9a10d1876166132e9e15a871024992e6dac82 100644 |
--- a/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc |
+++ b/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc |
@@ -98,8 +98,9 @@ class NetEqExternalDecoderUnitTest : public test::NetEqExternalDecoderTest { |
next_arrival_time = GetArrivalTime(next_send_time); |
} while (Lost()); // If lost, immediately read the next packet. |
- EXPECT_CALL(*external_decoder_, |
- Decode(_, payload_size_bytes_, 1000 * samples_per_ms_, _, _, _)) |
+ EXPECT_CALL( |
+ *external_decoder_, |
+ DecodeInternal(_, payload_size_bytes_, 1000 * samples_per_ms_, _, _)) |
.Times(NumExpectedDecodeCalls(num_loops)); |
uint32_t time_now = 0; |