Index: components/password_manager/core/browser/password_form_manager_unittest.cc |
diff --git a/components/password_manager/core/browser/password_form_manager_unittest.cc b/components/password_manager/core/browser/password_form_manager_unittest.cc |
index 6a81025940e54bc82472aa95b6dc9c89157171e1..a5a324e7a9cf2102189295cee38c47a8c75cba8f 100644 |
--- a/components/password_manager/core/browser/password_form_manager_unittest.cc |
+++ b/components/password_manager/core/browser/password_form_manager_unittest.cc |
@@ -127,10 +127,10 @@ class TestPasswordManager : public PasswordManager { |
explicit TestPasswordManager(PasswordManagerClient* client) |
: PasswordManager(client) {} |
- virtual void Autofill(const autofill::PasswordForm& form_for_autofill, |
- const autofill::PasswordFormMap& best_matches, |
- const autofill::PasswordForm& preferred_match, |
- bool wait_for_username) const override { |
+ void Autofill(const autofill::PasswordForm& form_for_autofill, |
+ const autofill::PasswordFormMap& best_matches, |
+ const autofill::PasswordForm& preferred_match, |
+ bool wait_for_username) const override { |
best_matches_ = best_matches; |
} |