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

Unified Diff: remoting/host/pairing_registry_delegate_mac.cc

Issue 609923004: Cleanup usage of scoped_ptr<> in remoting for C++11 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: remoting/host/pairing_registry_delegate_mac.cc
diff --git a/remoting/host/pairing_registry_delegate_mac.cc b/remoting/host/pairing_registry_delegate_mac.cc
index dba3ec33f1716f0cc67268d571d4a0f679d3e28b..ef3173a0d1aa421d37237bf37bfb0b671bdd94c4 100644
--- a/remoting/host/pairing_registry_delegate_mac.cc
+++ b/remoting/host/pairing_registry_delegate_mac.cc
@@ -11,7 +11,7 @@ namespace remoting {
using protocol::PairingRegistry;
scoped_ptr<PairingRegistry::Delegate> CreatePairingRegistryDelegate() {
- return scoped_ptr<PairingRegistry::Delegate>();
+ return nullptr;
}
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698