Index: webrtc/audio/audio_receive_stream_unittest.cc |
diff --git a/webrtc/audio/audio_receive_stream_unittest.cc b/webrtc/audio/audio_receive_stream_unittest.cc |
index e6b81a8bab62d1de1f07f816834ae2a8971717b6..1824f36a1886289317888559a44552ad40fa41a9 100644 |
--- a/webrtc/audio/audio_receive_stream_unittest.cc |
+++ b/webrtc/audio/audio_receive_stream_unittest.cc |
@@ -96,7 +96,7 @@ struct ConfigHelper { |
EXPECT_CALL(*channel_proxy_, |
RegisterReceiverCongestionControlObjects(&packet_router_)) |
.Times(1); |
- EXPECT_CALL(*channel_proxy_, ResetCongestionControlObjects()) |
+ EXPECT_CALL(*channel_proxy_, ResetReceiverCongestionControlObjects()) |
.Times(1); |
EXPECT_CALL(*channel_proxy_, RegisterExternalTransport(nullptr)) |
.Times(1); |