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

Unified Diff: athena/content/app_registry_impl.cc

Issue 653563004: NULL -> nullptr under athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 2 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 | « athena/content/app_activity_unittest.cc ('k') | athena/content/chrome/web_activity_helpers_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/app_registry_impl.cc
diff --git a/athena/content/app_registry_impl.cc b/athena/content/app_registry_impl.cc
index 0e750f30ddf292f02f2bcf210425dbba7a94e2a5..599934d9a815726098f059f2f80bdc0b7b7c1c5a 100644
--- a/athena/content/app_registry_impl.cc
+++ b/athena/content/app_registry_impl.cc
@@ -31,7 +31,7 @@ class AppRegistryImpl : public AppRegistry {
namespace {
-AppRegistryImpl* instance = NULL;
+AppRegistryImpl* instance = nullptr;
} // namespace
@@ -88,7 +88,7 @@ void AppRegistry::ShutDown() {
AppRegistry::AppRegistry() {}
AppRegistry::~AppRegistry() {
- instance = NULL;
+ instance = nullptr;
}
} // namespace athena
« no previous file with comments | « athena/content/app_activity_unittest.cc ('k') | athena/content/chrome/web_activity_helpers_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698