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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index 74f553a05eb1eaa5fd30583139133fc477977260..de75f171bd9ec7ea8d1b84b6d35967a5395ddc58 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -82,7 +82,7 @@ class SystemTrayDelegateChromeOS
void Initialize() override;
void Shutdown() override;
bool GetTrayVisibilityOnStartup() override;
- ash::user::LoginStatus GetUserLoginStatus() const override;
+ ash::LoginStatus GetUserLoginStatus() const override;
void ChangeProfilePicture() override;
std::string GetEnterpriseDomain() const override;
base::string16 GetEnterpriseMessage() const override;
« no previous file with comments | « chrome/browser/ui/ash/network_connect_delegate_chromeos.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698