Index: components/autofill/core/browser/test_autofill_external_delegate.cc |
diff --git a/components/autofill/core/browser/test_autofill_external_delegate.cc b/components/autofill/core/browser/test_autofill_external_delegate.cc |
index 94e6b9ec8bc72bdc8be2c8dc36a778ab73aa159e..0370a86c9c11ead71bcc70b8fdd5f98f7e5b0345 100644 |
--- a/components/autofill/core/browser/test_autofill_external_delegate.cc |
+++ b/components/autofill/core/browser/test_autofill_external_delegate.cc |
@@ -16,7 +16,9 @@ void GenerateTestAutofillPopup( |
field.is_focusable = true; |
field.should_autocomplete = true; |
gfx::RectF bounds(100.f, 100.f); |
- autofill_external_delegate->OnQuery(query_id, form, field, bounds, false); |
+ PasswordForm password_form; |
+ autofill_external_delegate->OnQuery( |
+ query_id, form, field, password_form, bounds, false); |
std::vector<base::string16> autofill_item; |
autofill_item.push_back(base::string16()); |