| Index: ash/system/tray/system_tray.h
|
| diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
|
| index fc85e1bbd010965d0ddc1280176c9581925a2396..fb5f4d8f6c58dfac0a882fc6954e9bf381d926f0 100644
|
| --- a/ash/system/tray/system_tray.h
|
| +++ b/ash/system/tray/system_tray.h
|
| @@ -81,7 +81,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
| void HideNotificationView(SystemTrayItem* item);
|
|
|
| // Updates the items when the login status of the system changes.
|
| - void UpdateAfterLoginStatusChange(user::LoginStatus login_status);
|
| + void UpdateAfterLoginStatusChange(LoginStatus login_status);
|
|
|
| // Updates the items when the shelf alignment changes.
|
| void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment);
|
|
|