Index: components/autofill/content/renderer/test_password_autofill_agent.h |
diff --git a/components/autofill/content/renderer/test_password_autofill_agent.h b/components/autofill/content/renderer/test_password_autofill_agent.h |
index 01f5a4b07387e444cc571f07d77320a95c581348..1c39f631a53061d3d75c0e34f72a0580963acd9f 100644 |
--- a/components/autofill/content/renderer/test_password_autofill_agent.h |
+++ b/components/autofill/content/renderer/test_password_autofill_agent.h |
@@ -19,7 +19,7 @@ class TestPasswordAutofillAgent : public PasswordAutofillAgent { |
// work with the password manager. |
// PasswordAutofillAgent: |
virtual bool OriginCanAccessPasswordManager( |
- const blink::WebSecurityOrigin& origin) OVERRIDE; |
+ const blink::WebSecurityOrigin& origin) override; |
}; |
} // namespace autofill |