| Index: webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
| index fb8de7cabc6bc3689a9649ecdd577365de6e75f5..309ff8d3fff60ba60a0949ce36bc207b9424dbab 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
| @@ -36,7 +36,7 @@ class BweSimulation : public BweTest,
|
| VerboseLogging(true);
|
| }
|
|
|
| - test::Random random_;
|
| + Random random_;
|
|
|
| private:
|
| RTC_DISALLOW_COPY_AND_ASSIGN(BweSimulation);
|
|
|