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

Unified Diff: remoting/protocol/fake_connection_to_host.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/fake_connection_to_host.h ('k') | remoting/protocol/fake_datagram_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_connection_to_host.cc
diff --git a/remoting/protocol/fake_connection_to_host.cc b/remoting/protocol/fake_connection_to_host.cc
index 36703ee422a9e83c7bb0ad99c5565ef9913da7b9..e7964b7c55383f0fc61d1b170f1cac09c4f0317b 100644
--- a/remoting/protocol/fake_connection_to_host.cc
+++ b/remoting/protocol/fake_connection_to_host.cc
@@ -25,7 +25,7 @@ void FakeConnectionToHost::set_video_renderer(
void FakeConnectionToHost::set_audio_stub(protocol::AudioStub* audio_stub) {}
void FakeConnectionToHost::Connect(
- scoped_ptr<protocol::Session> session,
+ std::unique_ptr<protocol::Session> session,
scoped_refptr<protocol::TransportContext> transport_context,
HostEventCallback* event_callback) {
DCHECK(event_callback);
« no previous file with comments | « remoting/protocol/fake_connection_to_host.h ('k') | remoting/protocol/fake_datagram_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698