Index: webrtc/modules/video_coding/jitter_buffer.cc |
diff --git a/webrtc/modules/video_coding/jitter_buffer.cc b/webrtc/modules/video_coding/jitter_buffer.cc |
index 663bf03a7f2ddad7c7f9f6e3b5f972ba1db2df33..ca8c0d957148233f56ca07debc8dbf8aad155bb8 100644 |
--- a/webrtc/modules/video_coding/jitter_buffer.cc |
+++ b/webrtc/modules/video_coding/jitter_buffer.cc |
@@ -215,7 +215,7 @@ void Vp9SsMap::UpdateFrames(FrameList* frames) { |
} |
VCMJitterBuffer::VCMJitterBuffer(Clock* clock, |
- rtc::scoped_ptr<EventWrapper> event) |
+ std::unique_ptr<EventWrapper> event) |
: clock_(clock), |
running_(false), |
crit_sect_(CriticalSectionWrapper::CreateCriticalSection()), |