| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index fafbbda4fce2fa2563187de228ac90ccd07725ed..17ebca88192a7eca09eb792b61cbb8b90cab7dd6 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -257,7 +257,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
|
| // is filled with the Profile label.
|
| void GetProfileSuggestions(const FormStructure& form,
|
| const FormFieldData& field,
|
| - const AutofillType& type,
|
| + const AutofillField& autofill_field,
|
| std::vector<base::string16>* values,
|
| std::vector<base::string16>* labels,
|
| std::vector<base::string16>* icons,
|
|
|