| Index: webrtc/video/rampup_tests.h
|
| diff --git a/webrtc/video/rampup_tests.h b/webrtc/video/rampup_tests.h
|
| index ff65c8d0a07192a932ce25208ee08cb36e6ebb44..3632a81ca5ceb5522d51a7466db502bcfbce63d9 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<ThreadWrapper> poller_thread_;
|
| + rtc::scoped_ptr<PlatformThread> poller_thread_;
|
| Call* sender_call_;
|
| };
|
|
|
|
|