| Index: talk/app/webrtc/objc/RTCI420Frame.mm
|
| diff --git a/talk/app/webrtc/objc/RTCI420Frame.mm b/talk/app/webrtc/objc/RTCI420Frame.mm
|
| index 0ce24a349554262b8e3b1ee971bf098cd5256174..d8be8ceed14e1aa85b2ca9e95e44ba00b0bea66f 100644
|
| --- a/talk/app/webrtc/objc/RTCI420Frame.mm
|
| +++ b/talk/app/webrtc/objc/RTCI420Frame.mm
|
| @@ -27,11 +27,12 @@
|
|
|
| #import "RTCI420Frame.h"
|
|
|
| +#include <memory>
|
| +
|
| #include "webrtc/media/base/videoframe.h"
|
| -#include "webrtc/base/scoped_ptr.h"
|
|
|
| @implementation RTCI420Frame {
|
| - rtc::scoped_ptr<cricket::VideoFrame> _videoFrame;
|
| + std::unique_ptr<cricket::VideoFrame> _videoFrame;
|
| }
|
|
|
| - (NSUInteger)width {
|
|
|