| Index: remoting/host/setup/start_host.cc
|
| diff --git a/remoting/host/setup/start_host.cc b/remoting/host/setup/start_host.cc
|
| index 3c80d815e0f523af76f3141789bab74c5aa1a345..2849403f930dd0affec9f6621ce49f3a04e1592e 100644
|
| --- a/remoting/host/setup/start_host.cc
|
| +++ b/remoting/host/setup/start_host.cc
|
| @@ -190,7 +190,7 @@ int main(int argc, char** argv) {
|
| net::URLFetcher::SetIgnoreCertificateRequests(true);
|
|
|
| // Start the host.
|
| - scoped_ptr<HostStarter> host_starter(HostStarter::Create(
|
| + std::unique_ptr<HostStarter> host_starter(HostStarter::Create(
|
| remoting::ServiceUrls::GetInstance()->directory_hosts_url(),
|
| url_request_context_getter.get()));
|
| if (redirect_url.empty()) {
|
|
|