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

Unified Diff: ash/system/overview/overview_button_tray.h

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks 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/overview/overview_button_tray.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index e5a5e1dcb7fa69c43e10ae1dab763b82b13e31af..1fa436dfc08f955bdc68bf326032a6558f7d64df 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -31,7 +31,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
// Updates the tray's visibility based on the LoginStatus and the current
// state of MaximizeMode
- virtual void UpdateAfterLoginStatusChange(user::LoginStatus status);
+ virtual void UpdateAfterLoginStatusChange(LoginStatus status);
// ActionableView:
bool PerformAction(const ui::Event& event) override;

Powered by Google App Engine
This is Rietveld 408576698