| Index: components/autofill/core/browser/test_autofill_client.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
|
| index 3ad10a8c2a5f87b05b4de6c60ca8396019f9a59e..bb94d05c5b3e74bfa4b09c2bc555d26a3a3d0f6f 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -55,10 +55,7 @@ void TestAutofillClient::ShowRequestAutocompleteDialog(
|
| void TestAutofillClient::ShowAutofillPopup(
|
| const gfx::RectF& element_bounds,
|
| base::i18n::TextDirection text_direction,
|
| - const std::vector<base::string16>& values,
|
| - const std::vector<base::string16>& labels,
|
| - const std::vector<base::string16>& icons,
|
| - const std::vector<int>& identifiers,
|
| + const std::vector<Suggestion>& suggestions,
|
| base::WeakPtr<AutofillPopupDelegate> delegate) {
|
| }
|
|
|
|
|