| Index: components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_external_delegate_unittest.cc b/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| index fe0f6f712747a02e90f9a81c4158466ea234d1e0..aff373ae05d820e5f5b768e7f9a509283caf1996 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
| @@ -421,10 +421,9 @@ TEST_F(AutofillExternalDelegateUnitTest, ExternalDelegatePasswordSuggestions) {
|
| WebAutofillClient::MenuItemIDPasswordEntry)),
|
| _));
|
|
|
| - external_delegate_->OnShowPasswordSuggestions(suggestions,
|
| - realms,
|
| - field,
|
| - element_bounds);
|
| + PasswordForm password_form;
|
| + external_delegate_->OnShowPasswordSuggestions(
|
| + suggestions, realms, field, password_form, element_bounds);
|
|
|
| EXPECT_CALL(manager_delegate_, HideAutofillPopup());
|
|
|
|
|