| Index: ash/system/chromeos/session/logout_confirmation_controller.h
|
| diff --git a/ash/system/chromeos/session/logout_confirmation_controller.h b/ash/system/chromeos/session/logout_confirmation_controller.h
|
| index ee3aa207c01ccc1398ed2afb9034f544d3d5951a..e24406933d09ab0626e2860ba3694ac268bd3e5a 100644
|
| --- a/ash/system/chromeos/session/logout_confirmation_controller.h
|
| +++ b/ash/system/chromeos/session/logout_confirmation_controller.h
|
| @@ -43,7 +43,7 @@ class ASH_EXPORT LogoutConfirmationController : public ShellObserver {
|
| void SetClockForTesting(scoped_ptr<base::TickClock> clock);
|
|
|
| // ShellObserver:
|
| - virtual void OnLockStateChanged(bool locked) OVERRIDE;
|
| + virtual void OnLockStateChanged(bool locked) override;
|
|
|
| // Called by the |dialog_| when the user confirms logout.
|
| void OnLogoutConfirmed();
|
|
|