| Index: webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc
|
| diff --git a/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc b/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc
|
| index 8cf02f18d4c4dc944e0ee86cc75e52728688b180..fff8ee303c4664cfbe418dc9af70defc585455ca 100644
|
| --- a/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc
|
| +++ b/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc
|
| @@ -98,8 +98,9 @@ TEST_F(AudioEncoderCopyRedTest, CheckMaxFrameSizePropagation) {
|
| }
|
|
|
| TEST_F(AudioEncoderCopyRedTest, CheckTargetAudioBitratePropagation) {
|
| - EXPECT_CALL(*mock_encoder_, OnReceivedTargetAudioBitrate(4711));
|
| - red_->OnReceivedTargetAudioBitrate(4711);
|
| + EXPECT_CALL(*mock_encoder_,
|
| + OnReceivedUplinkBandwidth(4711, rtc::Optional<int64_t>()));
|
| + red_->OnReceivedUplinkBandwidth(4711, rtc::Optional<int64_t>());
|
| }
|
|
|
| TEST_F(AudioEncoderCopyRedTest, CheckPacketLossFractionPropagation) {
|
|
|