summaryrefslogtreecommitdiffstats
path: root/remoting/host/video_scheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/video_scheduler.cc')
-rw-r--r--remoting/host/video_scheduler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/video_scheduler.cc b/remoting/host/video_scheduler.cc
index b9f1276c..898bd5e 100644
--- a/remoting/host/video_scheduler.cc
+++ b/remoting/host/video_scheduler.cc
@@ -345,7 +345,7 @@ void VideoScheduler::SendKeepAlivePacket() {
return;
video_stub_->ProcessVideoPacket(
- scoped_ptr<VideoPacket>(new VideoPacket()),
+ make_scoped_ptr(new VideoPacket()),
base::Bind(&VideoScheduler::OnKeepAlivePacketSent, this));
}