| Index: webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc b/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc
|
| index 9f42d9f80a1b42a66925e133428a09b470810df4..6f3f3e764ef80d85b91e6c8529805a63afb63605 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc
|
| @@ -100,7 +100,7 @@ class OveruseDetectorTest : public ::testing::Test {
|
| ×tamp_delta, &time_delta, &size_delta)) {
|
| double timestamp_delta_ms = timestamp_delta / 90.0;
|
| overuse_estimator_->Update(time_delta, timestamp_delta_ms, size_delta,
|
| - overuse_detector_->State());
|
| + overuse_detector_->State(), receive_time_ms);
|
| overuse_detector_->Detect(
|
| overuse_estimator_->offset(), timestamp_delta_ms,
|
| overuse_estimator_->num_of_deltas(), receive_time_ms);
|
|
|