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

Unified Diff: athena/main/athena_views_delegate.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/main/athena_main.cc ('k') | athena/resource_manager/memory_pressure_notifier_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_views_delegate.cc
diff --git a/athena/main/athena_views_delegate.cc b/athena/main/athena_views_delegate.cc
index e84322ce56b91de47c20b236915800dc507dc16c..a8b503c552319534b75f24da328cefd69a624cfb 100644
--- a/athena/main/athena_views_delegate.cc
+++ b/athena/main/athena_views_delegate.cc
@@ -44,7 +44,7 @@ void CreateAthenaViewsDelegate() {
void ShutdownAthenaViewsDelegate() {
CHECK(views::ViewsDelegate::views_delegate);
delete views::ViewsDelegate::views_delegate;
- views::ViewsDelegate::views_delegate = NULL;
+ views::ViewsDelegate::views_delegate = nullptr;
}
} // namespace athena
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/resource_manager/memory_pressure_notifier_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698