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

Unified Diff: ash/system/chromeos/supervised/tray_supervised_user.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
Index: ash/system/chromeos/supervised/tray_supervised_user.h
diff --git a/ash/system/chromeos/supervised/tray_supervised_user.h b/ash/system/chromeos/supervised/tray_supervised_user.h
index 8a1158ba1261b28837e7b9183273211a0f8496c2..f2f1ffeba7522bc2eb02f83a8f38ebffe8d900a2 100644
--- a/ash/system/chromeos/supervised/tray_supervised_user.h
+++ b/ash/system/chromeos/supervised/tray_supervised_user.h
@@ -28,9 +28,9 @@ class ASH_EXPORT TraySupervisedUser : public SystemTrayItem,
void UpdateMessage();
// Overridden from SystemTrayItem.
- views::View* CreateDefaultView(user::LoginStatus status) override;
+ views::View* CreateDefaultView(LoginStatus status) override;
void DestroyDefaultView() override;
- void UpdateAfterLoginStatusChange(user::LoginStatus status) override;
+ void UpdateAfterLoginStatusChange(LoginStatus status) override;
// Overridden from ViewClickListener.
void OnViewClicked(views::View* sender) override;
@@ -52,7 +52,7 @@ class ASH_EXPORT TraySupervisedUser : public SystemTrayItem,
LabelTrayView* tray_view_;
// Previous login status to avoid showing notification upon unlock.
- user::LoginStatus status_;
+ LoginStatus status_;
// Previous user supervised state to avoid showing notification upon unlock.
bool is_user_supervised_;
« no previous file with comments | « ash/system/chromeos/settings/tray_settings.cc ('k') | ash/system/chromeos/supervised/tray_supervised_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698