| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc | 
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc | 
| index de9873a13b98c87c63dc75754141e33a46bb4e10..315f5422d9875077a9c8d791db75ea40f245604d 100644 | 
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc | 
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc | 
| @@ -473,7 +473,7 @@ void RemoteBitrateEstimatorTest::CapacityDropTestHelper( | 
| kMinExpectedBitrate, | 
| kMaxExpectedBitrate, | 
| kInitialCapacityBps); | 
| -  EXPECT_NEAR(kInitialCapacityBps, bitrate_bps, 100000u); | 
| +  EXPECT_NEAR(kInitialCapacityBps, bitrate_bps, 110000u); | 
| bitrate_observer_->Reset(); | 
|  | 
| // Reduce the capacity and verify the decrease time. | 
|  |