| 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 192286046bf501da54f4cccc4d57706b6bd19f8c..bcc3455022008f9dd17d12e4fd37a9884b4ee844 100644
|
| --- a/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| +++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| @@ -55,10 +55,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,
|
|
|