| Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc
|
| index 6cd6ee7efe662812d353073d04aad58d5422dafe..627260678bfb637694aff793f9931cd8d2ec7fed 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc
|
| @@ -30,7 +30,7 @@ TEST(BweTestFramework_RandomTest, Gaussian) {
|
| kStddev = 10
|
| };
|
|
|
| - Random random(0x12345678);
|
| + test::Random random(0x12345678);
|
|
|
| int buckets[kBuckets] = {0};
|
| for (int i = 0; i < kN; ++i) {
|
|
|