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..45819c436c318f03bf3ad402f8b2980984f95c59 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate_unittest.cc |
+++ b/components/autofill/core/browser/autofill_external_delegate_unittest.cc |
@@ -421,9 +421,11 @@ TEST_F(AutofillExternalDelegateUnitTest, ExternalDelegatePasswordSuggestions) { |
WebAutofillClient::MenuItemIDPasswordEntry)), |
_)); |
+ PasswordForm password_form; |
external_delegate_->OnShowPasswordSuggestions(suggestions, |
realms, |
field, |
+ password_form, |
element_bounds); |
EXPECT_CALL(manager_delegate_, HideAutofillPopup()); |