| 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 c7d129718f67acade2330fc340973a381f5e6230..dcad04b5f6b5bb946e9402ca56d1880079a80e61 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc
|
| @@ -20,8 +20,8 @@
|
| #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/overuse_estimator.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/rate_statistics.h"
|
| -#include "webrtc/modules/remote_bitrate_estimator/test/random.h"
|
| #include "webrtc/test/field_trial.h"
|
| +#include "webrtc/test/random.h"
|
| #include "webrtc/test/testsupport/gtest_disable.h"
|
|
|
| namespace webrtc {
|
| @@ -114,7 +114,7 @@ class OveruseDetectorTest : public ::testing::Test {
|
| rtc::scoped_ptr<OveruseDetector> overuse_detector_;
|
| rtc::scoped_ptr<OveruseEstimator> overuse_estimator_;
|
| rtc::scoped_ptr<InterArrival> inter_arrival_;
|
| - Random random_;
|
| + test::Random random_;
|
| };
|
|
|
| TEST_F(OveruseDetectorTest, GaussianRandom) {
|
|
|