Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1286)

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 1917053003: unique_ptr_migration: clean up references to scoped_ptr as of r389721 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/linux/certificate_watcher_unittest.cc ('k') | sandbox/win/src/address_sanitizer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « remoting/host/linux/certificate_watcher_unittest.cc ('k') | sandbox/win/src/address_sanitizer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698