| Index: remoting/host/host_extension_session_manager.cc
|
| diff --git a/remoting/host/host_extension_session_manager.cc b/remoting/host/host_extension_session_manager.cc
|
| index 0d56793d2f0a1d4372fd48d0b9e10b2208e3e0d6..df61058f22794b12a393ed32e7e855d140fc0b0e 100644
|
| --- a/remoting/host/host_extension_session_manager.cc
|
| +++ b/remoting/host/host_extension_session_manager.cc
|
| @@ -55,7 +55,7 @@ void HostExtensionSessionManager::OnNegotiatedCapabilities(
|
| continue;
|
| }
|
|
|
| - scoped_ptr<HostExtensionSession> extension_session =
|
| + std::unique_ptr<HostExtensionSession> extension_session =
|
| (*extension)
|
| ->CreateExtensionSession(client_session_control_, client_stub_);
|
| DCHECK(extension_session);
|
|
|