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 5c6bc95ed0ab861d599c273bc56656fa50454b32..780105e6a6a6d5f87041f0879d97c5fa904b2419 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; |