| Index: chrome/browser/ui/autofill/chrome_autofill_client.h
|
| diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.h b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| index d9809d49625017b77d9e15e6b02f13e55c832e87..42395b062a1b5d279d249506bb75c267b258d6fd 100644
|
| --- a/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| +++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| @@ -57,10 +57,7 @@ class ChromeAutofillClient
|
| void 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<autofill::Suggestion>& suggestions,
|
| base::WeakPtr<AutofillPopupDelegate> delegate) override;
|
| void UpdateAutofillPopupDataListValues(
|
| const std::vector<base::string16>& values,
|
|
|