Index: webrtc/video/rampup_tests.h |
diff --git a/webrtc/video/rampup_tests.h b/webrtc/video/rampup_tests.h |
index 3632a81ca5ceb5522d51a7466db502bcfbce63d9..0e73da505812667962efc1145d866836343ae3a3 100644 |
--- a/webrtc/video/rampup_tests.h |
+++ b/webrtc/video/rampup_tests.h |
@@ -98,7 +98,7 @@ class RampUpTester : public test::EndToEndTest { |
std::vector<uint32_t> rtx_ssrcs_; |
SsrcMap rtx_ssrc_map_; |
- rtc::scoped_ptr<PlatformThread> poller_thread_; |
+ rtc::PlatformThread poller_thread_; |
Call* sender_call_; |
}; |