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

Unified Diff: ash/system/user/tray_user.cc

Issue 133743004: ash: Fix use of uninitialized member in initializer list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/tray_user.cc
diff --git a/ash/system/user/tray_user.cc b/ash/system/user/tray_user.cc
index 5159121203c2004bce926ad9f4ac9852663587df..9cc0c98d3b0021e136993a0879b8fb4ac61a8ecc 100644
--- a/ash/system/user/tray_user.cc
+++ b/ash/system/user/tray_user.cc
@@ -1052,7 +1052,7 @@ bool UserView::SupportsMultiProfile() {
}
AddUserView::AddUserView(UserCard* owner, views::ButtonListener* listener)
- : CustomButton(listener_),
+ : CustomButton(listener),
add_user_(NULL),
listener_(listener),
owner_(owner),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698