Index: webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc |
diff --git a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc |
index 7841f5fb40cd3d9c51fef4ee7e6536edaa566214..825828b45209d1bb1794e35a7d3a768dcdb33897 100644 |
--- a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc |
+++ b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc |
@@ -66,7 +66,7 @@ TEST(SendSideBweTest, InitialDelayBasedBweWithProbing) { |
TEST(SendSideBweTest, DoesntReapplyBitrateDecreaseWithoutFollowingRemb) { |
MockRtcEventLog event_log; |
EXPECT_CALL(event_log, |
- LogBwePacketLossEvent(testing::Gt(0), testing::Gt(0), 0)) |
+ LogLossBasedBweUpdate(testing::Gt(0), testing::Gt(0), 0)) |
.Times(1); |
SendSideBandwidthEstimation bwe(&event_log); |
static const int kMinBitrateBps = 100000; |