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 348dd42e8599ff1e4678df7b7123b0b4fa775929..87dc66a714b2f6e7696b8a82cf09b5777d1d4330 100644 |
--- a/components/autofill/core/browser/test_autofill_external_delegate.cc |
+++ b/components/autofill/core/browser/test_autofill_external_delegate.cc |
@@ -16,7 +16,7 @@ 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); |
+ autofill_external_delegate->OnQuery(query_id, form, field, bounds); |
std::vector<Suggestion> suggestions; |
suggestions.push_back(Suggestion()); |