| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index 285dafb8c7e4787d58d1b7e72af8a2f3339b65a2..5eaeb10343c72e5a180c4ff15b92f0c0d080d665 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -134,7 +134,7 @@ class ASH_EXPORT SystemTrayDelegate {
|
| virtual bool GetTrayVisibilityOnStartup();
|
|
|
| // Gets information about the active user.
|
| - virtual user::LoginStatus GetUserLoginStatus() const;
|
| + virtual LoginStatus GetUserLoginStatus() const;
|
|
|
| // Shows UI for changing user's profile picture.
|
| virtual void ChangeProfilePicture();
|
|
|