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

Unified Diff: ash/system/tray/system_tray_bubble.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/tray/system_tray.cc ('k') | ash/system/tray/system_tray_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_bubble.h
diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h
index 1d098a31240c7545b431b50d449f938310b6c557..31bb500252b40783edea2d8d00a3ad3eafbc76b0 100644
--- a/ash/system/tray/system_tray_bubble.h
+++ b/ash/system/tray/system_tray_bubble.h
@@ -37,7 +37,7 @@ class SystemTrayBubble {
// Creates |bubble_view_| and a child views for each member of |items_|.
// Also creates |bubble_wrapper_|. |init_params| may be modified.
void InitView(views::View* anchor,
- user::LoginStatus login_status,
+ LoginStatus login_status,
views::TrayBubbleView::InitParams* init_params);
// Focus the default item if no item is focused. Othewise, do nothing.
@@ -60,7 +60,7 @@ class SystemTrayBubble {
bool ShouldShowShelf() const;
private:
- void CreateItemViews(user::LoginStatus login_status);
+ void CreateItemViews(LoginStatus login_status);
ash::SystemTray* tray_;
views::TrayBubbleView* bubble_view_;
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/tray/system_tray_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698