Index: webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc |
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc b/webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc |
index 9aafc7b51607d551b982384761c616a5ca25c4a4..4eaaad2920a0f90bb8ce0c67669c2d72551925bc 100644 |
--- a/webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc |
+++ b/webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc |
@@ -150,7 +150,7 @@ int64_t StreamGenerator::GenerateFrame(std::vector<PacketInfo>* packets, |
DelayBasedBweTest::DelayBasedBweTest() |
: clock_(100000000), |
- bitrate_estimator_(new DelayBasedBwe(&clock_)), |
+ bitrate_estimator_(new DelayBasedBwe(nullptr, &clock_)), |
stream_generator_(new test::StreamGenerator(1e6, // Capacity. |
clock_.TimeInMicroseconds())), |
arrival_time_offset_ms_(0), |