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

Unified Diff: athena/system/background_controller.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/screen_lock/shell/shell_screen_lock_manager.cc ('k') | athena/system/network_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/background_controller.cc
diff --git a/athena/system/background_controller.cc b/athena/system/background_controller.cc
index 75740dc223aebd79610e5328c6b0aa9989a8239b..ca411097042df09b00ccd541740a7296a9f8e048 100644
--- a/athena/system/background_controller.cc
+++ b/athena/system/background_controller.cc
@@ -16,7 +16,7 @@ namespace athena {
class BackgroundView : public views::View {
public:
- BackgroundView() : system_info_view_(NULL) {
+ BackgroundView() : system_info_view_(nullptr) {
system_info_view_ =
SystemUI::Get()->CreateSystemInfoView(SystemUI::COLOR_SCHEME_LIGHT);
AddChildView(system_info_view_);
« no previous file with comments | « athena/screen_lock/shell/shell_screen_lock_manager.cc ('k') | athena/system/network_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698