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

Unified Diff: ash/system/user/user_card_view.h

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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 | « ash/system/user/tray_user_unittest.cc ('k') | ash/system/user/user_card_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/user_card_view.h
diff --git a/ash/system/user/user_card_view.h b/ash/system/user/user_card_view.h
index 130558d1600c54117aea80467d29871b3950f404..e12f786dd34178ec1ecc7fa631b56b89056d050d 100644
--- a/ash/system/user/user_card_view.h
+++ b/ash/system/user/user_card_view.h
@@ -17,7 +17,7 @@ namespace tray {
class UserCardView : public views::View {
public:
// |max_width| takes effect only if |login_status| is LOGGED_IN_PUBLIC.
- UserCardView(user::LoginStatus login_status, int max_width, int user_index);
+ UserCardView(LoginStatus login_status, int max_width, int user_index);
~UserCardView() override;
// views::View overrides.
@@ -27,10 +27,10 @@ class UserCardView : public views::View {
// Creates the content for the public mode.
void AddPublicModeUserContent(int max_width);
- void AddUserContent(user::LoginStatus login_status, int user_index);
+ void AddUserContent(LoginStatus login_status, int user_index);
// Create a user icon representation.
- views::View* CreateIcon(user::LoginStatus login_status, int user_index);
+ views::View* CreateIcon(LoginStatus login_status, int user_index);
DISALLOW_COPY_AND_ASSIGN(UserCardView);
};
« no previous file with comments | « ash/system/user/tray_user_unittest.cc ('k') | ash/system/user/user_card_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698