| Index: webrtc/modules/remote_bitrate_estimator/test/bwe.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
|
| index 755e59d04b5883266a5b43c317e01ffd78e27131..abc301cfca704d61cf6b5d682c7b8270a8ff9184 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
|
| @@ -95,7 +95,7 @@ BweSender* CreateBweSender(BandwidthEstimatorType estimator,
|
| case kNadaEstimator:
|
| return new NadaBweSender(kbps, observer, clock);
|
| case kBbrEstimator:
|
| - return new BbrBweSender(clock);
|
| + return new BbrBweSender(observer, clock);
|
| case kTcpEstimator:
|
| FALLTHROUGH();
|
| case kNullEstimator:
|
|
|