| Index: webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc b/webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc
|
| index 308cf1fd399313023d4cdb5703651614c749a9a7..cd4b31c2c8215168a4de7baf05bc5597a7bb5bb1 100644
|
| --- a/webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc
|
| @@ -18,11 +18,11 @@
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/event.h"
|
| #include "webrtc/base/platform_thread.h"
|
| +#include "webrtc/base/random.h"
|
| #include "webrtc/config.h"
|
| #include "webrtc/modules/audio_processing/test/test_utils.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/system_wrappers/include/sleep.h"
|
| -#include "webrtc/test/random.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -84,7 +84,7 @@ class RandomGenerator {
|
|
|
| private:
|
| rtc::CriticalSection crit_;
|
| - test::Random rand_gen_ GUARDED_BY(crit_);
|
| + Random rand_gen_ GUARDED_BY(crit_);
|
| };
|
|
|
| // Variables related to the audio data and formats.
|
|
|