| Index: remoting/protocol/ice_connection_to_host.cc
|
| diff --git a/remoting/protocol/ice_connection_to_host.cc b/remoting/protocol/ice_connection_to_host.cc
|
| index b8c211a99078af9253e6135b2a12396d67dd9bd4..940ad856f30b191df9df9b822d6f4edd0d096b1f 100644
|
| --- a/remoting/protocol/ice_connection_to_host.cc
|
| +++ b/remoting/protocol/ice_connection_to_host.cc
|
| @@ -30,7 +30,7 @@ IceConnectionToHost::IceConnectionToHost() {}
|
| IceConnectionToHost::~IceConnectionToHost() {}
|
|
|
| void IceConnectionToHost::Connect(
|
| - scoped_ptr<Session> session,
|
| + std::unique_ptr<Session> session,
|
| scoped_refptr<TransportContext> transport_context,
|
| HostEventCallback* event_callback) {
|
| DCHECK(client_stub_);
|
|
|