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

Unified Diff: mojo/public/cpp/application/lib/weak_service_provider.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
« no previous file with comments | « mojo/public/cpp/application/lib/service_registry.cc ('k') | mojo/public/cpp/environment/lib/environment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/application/lib/weak_service_provider.cc
diff --git a/mojo/public/cpp/application/lib/weak_service_provider.cc b/mojo/public/cpp/application/lib/weak_service_provider.cc
index 7e97876f514578703d866acd084022978120c0c7..b0d25118cf339546ee22b34adaadf1d5b384e645 100644
--- a/mojo/public/cpp/application/lib/weak_service_provider.cc
+++ b/mojo/public/cpp/application/lib/weak_service_provider.cc
@@ -21,8 +21,8 @@ WeakServiceProvider::~WeakServiceProvider() {
}
void WeakServiceProvider::Clear() {
- creator_ = NULL;
- service_provider_ = NULL;
+ creator_ = nullptr;
+ service_provider_ = nullptr;
}
void WeakServiceProvider::ConnectToService(
« no previous file with comments | « mojo/public/cpp/application/lib/service_registry.cc ('k') | mojo/public/cpp/environment/lib/environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698