| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| index 36dff1fb2ac5dfc1cad01104bd83bbf4b6648f6f..3cf7c752a07e911bd680a3c48e0addaf57518ecb 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| @@ -23,7 +23,7 @@ const int kFeedbackIntervalMs = 50;
|
| FullBweSender::FullBweSender(int kbps, BitrateObserver* observer, Clock* clock)
|
| : bitrate_controller_(
|
| BitrateController::CreateBitrateController(clock, observer)),
|
| - rbe_(new RemoteBitrateEstimatorAbsSendTime(this, clock)),
|
| + rbe_(new RemoteBitrateEstimatorAbsSendTime(this)),
|
| feedback_observer_(bitrate_controller_->CreateRtcpBandwidthObserver()),
|
| clock_(clock),
|
| send_time_history_(clock_, 10000),
|
|
|