| Index: remoting/host/ipc_video_frame_capturer.cc
|
| diff --git a/remoting/host/ipc_video_frame_capturer.cc b/remoting/host/ipc_video_frame_capturer.cc
|
| index f022d8613aef175060b2c40942bd95dacfead7f6..23cc5e0c2cad1610e81074065df333929316d446 100644
|
| --- a/remoting/host/ipc_video_frame_capturer.cc
|
| +++ b/remoting/host/ipc_video_frame_capturer.cc
|
| @@ -34,7 +34,7 @@ void IpcVideoFrameCapturer::Capture(const webrtc::DesktopRegion& region) {
|
| }
|
|
|
| void IpcVideoFrameCapturer::OnCaptureCompleted(
|
| - scoped_ptr<webrtc::DesktopFrame> frame) {
|
| + std::unique_ptr<webrtc::DesktopFrame> frame) {
|
| DCHECK(capture_pending_);
|
| capture_pending_ = false;
|
| callback_->OnCaptureCompleted(frame.release());
|
|
|