| Index: ash/system/chromeos/rotation/tray_rotation_lock.h
|
| diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.h b/ash/system/chromeos/rotation/tray_rotation_lock.h
|
| index 7928c787e6f23f34b3ebafef705de5f6e487e54a..29c443f3c80656ebdca400edf6294eb0421bb040 100644
|
| --- a/ash/system/chromeos/rotation/tray_rotation_lock.h
|
| +++ b/ash/system/chromeos/rotation/tray_rotation_lock.h
|
| @@ -33,7 +33,7 @@ class ASH_EXPORT TrayRotationLock
|
| void OnRotationLockChanged(bool rotation_locked) override;
|
|
|
| // SystemTrayItem:
|
| - views::View* CreateDefaultView(user::LoginStatus status) override;
|
| + views::View* CreateDefaultView(LoginStatus status) override;
|
|
|
| // ShellObserver:
|
| void OnMaximizeModeStarted() override;
|
|
|