| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 555e87fdcb7d0afe8564c7df0b17f7cc1089d388..3dd663e0afabb24c9e901077a971607bd90bc9c6 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -21,10 +21,10 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
|
|
| void SetWatcher(WindowWatcher* watcher);
|
|
|
| - virtual bool IsUserLoggedIn() OVERRIDE;
|
| - virtual bool IsSessionStarted() OVERRIDE;
|
| - virtual bool IsFirstRunAfterBoot() OVERRIDE;
|
| - virtual bool CanLockScreen() OVERRIDE;
|
| + virtual bool IsUserLoggedIn() const OVERRIDE;
|
| + virtual bool IsSessionStarted() const OVERRIDE;
|
| + virtual bool IsFirstRunAfterBoot() const OVERRIDE;
|
| + virtual bool CanLockScreen() const OVERRIDE;
|
| virtual void LockScreen() OVERRIDE;
|
| virtual void UnlockScreen() OVERRIDE;
|
| virtual bool IsScreenLocked() const OVERRIDE;
|
|
|