Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(701)

Unified Diff: remoting/protocol/monitored_video_stub.cc

Issue 1864213002: Convert //remoting to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac IWYU Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/monitored_video_stub.h ('k') | remoting/protocol/monitored_video_stub_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/monitored_video_stub.cc
diff --git a/remoting/protocol/monitored_video_stub.cc b/remoting/protocol/monitored_video_stub.cc
index 3975fc3129fc45d6a8ecd5d427f7709cc79ef60a..073d1c5f48d035ddf1a64e023f76184d3c55cdf9 100644
--- a/remoting/protocol/monitored_video_stub.cc
+++ b/remoting/protocol/monitored_video_stub.cc
@@ -29,7 +29,7 @@ MonitoredVideoStub::MonitoredVideoStub(VideoStub* video_stub,
MonitoredVideoStub::~MonitoredVideoStub() {
}
-void MonitoredVideoStub::ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
+void MonitoredVideoStub::ProcessVideoPacket(std::unique_ptr<VideoPacket> packet,
const base::Closure& done) {
DCHECK(thread_checker_.CalledOnValidThread());
« no previous file with comments | « remoting/protocol/monitored_video_stub.h ('k') | remoting/protocol/monitored_video_stub_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698