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

Unified Diff: ash/system/user/tray_user_separator.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.cc ('k') | ash/system/user/tray_user_separator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/tray_user_separator.h
diff --git a/ash/system/user/tray_user_separator.h b/ash/system/user/tray_user_separator.h
index 76fd9b281f6d5a3294c4159bd450600fe45a64e1..ade3da12f83ee1ed873a5deae1a312187b36765a 100644
--- a/ash/system/user/tray_user_separator.h
+++ b/ash/system/user/tray_user_separator.h
@@ -24,13 +24,13 @@ class ASH_EXPORT TrayUserSeparator : public SystemTrayItem {
private:
// Overridden from SystemTrayItem.
- views::View* CreateTrayView(user::LoginStatus status) override;
- views::View* CreateDefaultView(user::LoginStatus status) override;
- views::View* CreateDetailedView(user::LoginStatus status) override;
+ views::View* CreateTrayView(LoginStatus status) override;
+ views::View* CreateDefaultView(LoginStatus status) override;
+ views::View* CreateDetailedView(LoginStatus status) override;
void DestroyTrayView() override {}
void DestroyDefaultView() override;
void DestroyDetailedView() override {}
- void UpdateAfterLoginStatusChange(user::LoginStatus status) override {}
+ void UpdateAfterLoginStatusChange(LoginStatus status) override {}
void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) override {}
// True if the separator gets shown.
« no previous file with comments | « ash/system/user/tray_user.cc ('k') | ash/system/user/tray_user_separator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698