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 5cd8baf140868cfd39d25ed535e43cbf5b5c63aa..69781cd3d113bbd8e0a09037f263c0e4709f9524 100644 |
--- a/webrtc/audio/audio_send_stream_unittest.cc |
+++ b/webrtc/audio/audio_send_stream_unittest.cc |
@@ -176,7 +176,8 @@ struct ConfigHelper { |
&fake_transport_, 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); |