| Index: components/autofill/core/browser/autofill_client.h
|
| diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
|
| index 24fca796a804d507bfb0358e3cf3ee35f243f7d1..bec688ca1ca942a3dce0895898b1136517252bf0 100644
|
| --- a/components/autofill/core/browser/autofill_client.h
|
| +++ b/components/autofill/core/browser/autofill_client.h
|
| @@ -33,6 +33,7 @@ class CreditCard;
|
| class FormStructure;
|
| class PersonalDataManager;
|
| struct FormData;
|
| +struct Suggestion;
|
|
|
| // A client interface that needs to be supplied to the Autofill component by the
|
| // embedder.
|
| @@ -106,10 +107,7 @@ class AutofillClient {
|
| virtual 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<Suggestion>& suggestions,
|
| base::WeakPtr<AutofillPopupDelegate> delegate) = 0;
|
|
|
| // Update the data list values shown by the Autofill popup, if visible.
|
|
|