| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 0c20c2f4baeff1f370bfcac25df819c68a4795bd..2715dfe3689d2bf16fb2fbb0b39b7bed26e56f5d 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -333,7 +333,7 @@ class HostProcess : public ConfigWatcher::Delegate,
|
|
|
| #if defined(OS_LINUX)
|
| // Watch for certificate changes and kill the host when changes occur
|
| - scoped_ptr<CertificateWatcher> cert_watcher_;
|
| + std::unique_ptr<CertificateWatcher> cert_watcher_;
|
| #endif
|
|
|
| // XMPP server/remoting bot configuration (initialized from the command line).
|
|
|