Index: webrtc/test/direct_transport.h |
diff --git a/webrtc/test/direct_transport.h b/webrtc/test/direct_transport.h |
index d3cc084d07c64b692e629cc909055090c80d055b..728fe06f0849c51d633d3b5d80a80743e8744469 100644 |
--- a/webrtc/test/direct_transport.h |
+++ b/webrtc/test/direct_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<PlatformThread> thread_; |
+ rtc::PlatformThread thread_; |
Clock* const clock_; |
bool shutting_down_; |