| Index: webrtc/voice_engine/test/auto_test/voe_stress_test.h
|
| diff --git a/webrtc/voice_engine/test/auto_test/voe_stress_test.h b/webrtc/voice_engine/test/auto_test/voe_stress_test.h
|
| index 69b3a92bb38cbb1df6dd21cb5c1614557dd6e547..b69e8da39dad412cf291f5a62feb0cb88b06d87c 100644
|
| --- a/webrtc/voice_engine/test/auto_test/voe_stress_test.h
|
| +++ b/webrtc/voice_engine/test/auto_test/voe_stress_test.h
|
| @@ -11,7 +11,7 @@
|
| #ifndef WEBRTC_VOICE_ENGINE_VOE_STRESS_TEST_H
|
| #define WEBRTC_VOICE_ENGINE_VOE_STRESS_TEST_H
|
|
|
| -#include "webrtc/system_wrappers/include/thread_wrapper.h"
|
| +#include "webrtc/base/platform_thread.h"
|
|
|
| namespace voetest {
|
| // TODO(andrew): using directives are not permitted.
|
| @@ -38,7 +38,7 @@ class VoEStressTest {
|
|
|
| VoETestManager& _mgr;
|
|
|
| - rtc::scoped_ptr<ThreadWrapper> _ptrExtraApiThread;
|
| + rtc::scoped_ptr<PlatformThread> _ptrExtraApiThread;
|
| };
|
|
|
| } // namespace voetest
|
|
|