Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/
BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1721353002 Cr-Commit-Position: refs/heads/master@{#11814}
This commit is contained in:
@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user