Index: webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc |
index d34a4215c304f81e25356cf2e858ede26b60d46a..08deb92c8e81c0b138f091ca40e1cd47dd4f6859 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc |
@@ -24,7 +24,8 @@ namespace testing { |
namespace bwe { |
RembBweSender::RembBweSender(int kbps, BitrateObserver* observer, Clock* clock) |
- : bitrate_controller_( |
+ : pacer_(clock, nullptr, 0), |
+ bitrate_controller_( |
BitrateController::CreateBitrateController(clock, observer, &pacer_)), |
feedback_observer_(bitrate_controller_->CreateRtcpBandwidthObserver()), |
clock_(clock) { |