Index: webrtc/audio/audio_send_stream_unittest.cc |
diff --git a/webrtc/audio/audio_send_stream_unittest.cc b/webrtc/audio/audio_send_stream_unittest.cc |
index 74a18bc4bdd4c1f41a06a9d9cd8a5d7f37d0a2f5..b6e9ae92dec3315eab73c86905d3f0192f6b38db 100644 |
--- a/webrtc/audio/audio_send_stream_unittest.cc |
+++ b/webrtc/audio/audio_send_stream_unittest.cc |
@@ -156,7 +156,8 @@ struct ConfigHelper { |
packet_router(), Eq(nullptr))) |
.Times(1); |
} |
- EXPECT_CALL(*channel_proxy_, ResetCongestionControlObjects()).Times(1); |
+ EXPECT_CALL(*channel_proxy_, ResetSenderCongestionControlObjects()) |
+ .Times(1); |
EXPECT_CALL(*channel_proxy_, RegisterExternalTransport(nullptr)).Times(1); |
EXPECT_CALL(*channel_proxy_, DeRegisterExternalTransport()).Times(1); |
EXPECT_CALL(*channel_proxy_, SetRtcEventLog(testing::NotNull())).Times(1); |