Index: ash/test/test_shell_delegate.h |
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h |
index 986a3ab058b4b2ca29d1f9e34b36eded06bff3b8..36fe97b92756576ed2798b79ce8c19d2bd111470 100644 |
--- a/ash/test/test_shell_delegate.h |
+++ b/ash/test/test_shell_delegate.h |
@@ -20,11 +20,11 @@ class TestShellDelegate : public ShellDelegate { |
virtual ~TestShellDelegate(); |
// Overridden from ShellDelegate: |
- virtual bool IsUserLoggedIn() OVERRIDE; |
- virtual bool IsSessionStarted() OVERRIDE; |
- virtual bool IsFirstRunAfterBoot() 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 bool CanLockScreen() OVERRIDE; |
virtual void UnlockScreen() OVERRIDE; |
virtual bool IsScreenLocked() const OVERRIDE; |
virtual void Shutdown() OVERRIDE; |