| 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);
|
|
|