| Index: components/password_manager/core/browser/stub_form_saver.h
|
| diff --git a/components/password_manager/core/browser/stub_form_saver.h b/components/password_manager/core/browser/stub_form_saver.h
|
| index 6f5178ef84b9c5ced2d342964af0a0d240054425..cbd72af10cb709d8914d741ab74cfa4a004ffba7 100644
|
| --- a/components/password_manager/core/browser/stub_form_saver.h
|
| +++ b/components/password_manager/core/browser/stub_form_saver.h
|
| @@ -22,11 +22,10 @@ class StubFormSaver : public FormSaver {
|
| void Save(const autofill::PasswordForm& pending,
|
| const autofill::PasswordFormMap& best_matches,
|
| const autofill::PasswordForm* old_primary_key) override {}
|
| - void Update(
|
| - const autofill::PasswordForm& pending,
|
| - const autofill::PasswordFormMap& best_matches,
|
| - const std::vector<const autofill::PasswordForm*>* credentials_to_update,
|
| - const autofill::PasswordForm* old_primary_key) override {}
|
| + void Update(const autofill::PasswordForm& pending,
|
| + const autofill::PasswordFormMap& best_matches,
|
| + const std::vector<autofill::PasswordForm>* credentials_to_update,
|
| + const autofill::PasswordForm* old_primary_key) override {}
|
| void PresaveGeneratedPassword(
|
| const autofill::PasswordForm& generated) override {}
|
| void RemovePresavedPassword() override {}
|
|
|