| 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 9025550b4fbbbd0800ae459a9d9b05abaaa45417..0239dd389c28c5a953573c86d500fdb386af924b 100644
|
| --- a/webrtc/audio/audio_receive_stream_unittest.cc
|
| +++ b/webrtc/audio/audio_receive_stream_unittest.cc
|
| @@ -97,7 +97,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);
|
|
|