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 6fba5e1d63417ea840ccb3b01ca67400a8e83a89..e7fae3da93ba1a4cdec6a3c002608ad398d7e866 100644 |
--- a/components/autofill/core/browser/autofill_manager.h |
+++ b/components/autofill/core/browser/autofill_manager.h |
@@ -259,7 +259,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, |