| Index: webrtc/test/direct_transport.h
|
| diff --git a/webrtc/test/direct_transport.h b/webrtc/test/direct_transport.h
|
| index 241a5bc110dfdecf5edac45e5abd2a71f0818579..d3cc084d07c64b692e629cc909055090c80d055b 100644
|
| --- a/webrtc/test/direct_transport.h
|
| +++ b/webrtc/test/direct_transport.h
|
| @@ -15,9 +15,9 @@
|
| #include <deque>
|
|
|
| #include "webrtc/base/criticalsection.h"
|
| +#include "webrtc/base/platform_thread.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/system_wrappers/include/event_wrapper.h"
|
| -#include "webrtc/system_wrappers/include/thread_wrapper.h"
|
| #include "webrtc/test/fake_network_pipe.h"
|
| #include "webrtc/transport.h"
|
|
|
| @@ -53,7 +53,7 @@ class DirectTransport : public Transport {
|
| rtc::CriticalSection lock_;
|
| Call* const send_call_;
|
| rtc::scoped_ptr<EventWrapper> packet_event_;
|
| - rtc::scoped_ptr<ThreadWrapper> thread_;
|
| + rtc::scoped_ptr<PlatformThread> thread_;
|
| Clock* const clock_;
|
|
|
| bool shutting_down_;
|
|
|