| Index: webrtc/voice_engine/test/auto_test/voe_output_test.cc
|
| diff --git a/webrtc/voice_engine/test/auto_test/voe_output_test.cc b/webrtc/voice_engine/test/auto_test/voe_output_test.cc
|
| index 716a1a8d7d2be81c3111cb4d8321fab25b53bcb4..3bedbc3b177463ce74ff3294c9199b94d11e042a 100644
|
| --- a/webrtc/voice_engine/test/auto_test/voe_output_test.cc
|
| +++ b/webrtc/voice_engine/test/auto_test/voe_output_test.cc
|
| @@ -9,11 +9,11 @@
|
| */
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "webrtc/base/random.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/timeutils.h"
|
| #include "webrtc/system_wrappers/include/sleep.h"
|
| #include "webrtc/test/channel_transport/channel_transport.h"
|
| -#include "webrtc/test/random.h"
|
| #include "webrtc/test/testsupport/fileutils.h"
|
| #include "webrtc/voice_engine/test/auto_test/voe_standard_test.h"
|
|
|
| @@ -27,7 +27,7 @@ const webrtc::CodecInst kCodecInst = {120, "opus", 48000, 960, 2, 64000};
|
|
|
| namespace voetest {
|
|
|
| -using webrtc::test::Random;
|
| +using webrtc::Random;
|
| using webrtc::test::VoiceChannelTransport;
|
|
|
| // This test allows a check on the output signal in an end-to-end call.
|
|
|