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

Unified Diff: mojo/public/cpp/application/lib/service_registry.cc

Issue 612243002: Mojo: NULL -> nullptr in mojo/public/cpp outside of bindings. (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: mojo/public/cpp/application/lib/service_registry.cc
diff --git a/mojo/public/cpp/application/lib/service_registry.cc b/mojo/public/cpp/application/lib/service_registry.cc
index 1bb061bf2308107841880a287b5474f33e3835bf..c83e84fbc3b6bfc8c03e4def27ef1824caeddaab 100644
--- a/mojo/public/cpp/application/lib/service_registry.cc
+++ b/mojo/public/cpp/application/lib/service_registry.cc
@@ -20,7 +20,7 @@ ServiceRegistry::ServiceRegistry(ApplicationImpl* application_impl,
remote_service_provider_.set_client(this);
}
-ServiceRegistry::ServiceRegistry() : application_impl_(NULL) {}
+ServiceRegistry::ServiceRegistry() : application_impl_(nullptr) {}
ServiceRegistry::~ServiceRegistry() {
for (NameToServiceConnectorMap::iterator i =
« no previous file with comments | « mojo/public/cpp/application/lib/service_provider_impl.cc ('k') | mojo/public/cpp/application/lib/weak_service_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698