Index: chrome/browser/chromeos/login/lock/screen_locker.h |
diff --git a/chrome/browser/chromeos/login/lock/screen_locker.h b/chrome/browser/chromeos/login/lock/screen_locker.h |
index e2b87e7011fec41fe9dd474c304e7976d236659c..736421fe68335cc8f68af49bf70e904e9d459d72 100644 |
--- a/chrome/browser/chromeos/login/lock/screen_locker.h |
+++ b/chrome/browser/chromeos/login/lock/screen_locker.h |
@@ -61,8 +61,8 @@ class ScreenLocker : public AuthStatusConsumer { |
void Init(); |
// AuthStatusConsumer: |
- virtual void OnAuthFailure(const chromeos::AuthFailure& error) OVERRIDE; |
- virtual void OnAuthSuccess(const UserContext& user_context) OVERRIDE; |
+ virtual void OnAuthFailure(const chromeos::AuthFailure& error) override; |
+ virtual void OnAuthSuccess(const UserContext& user_context) override; |
// Does actual unlocking once authentication is successful and all blocking |
// animations are done. |