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 0011cf5efdb4a7c833a1508a82e71522b2c23a29..80dcacdf6808e11fa55398f017955ef14e2edde3 100644 |
--- a/components/autofill/core/browser/autofill_manager.h |
+++ b/components/autofill/core/browser/autofill_manager.h |
@@ -274,7 +274,7 @@ class AutofillManager : public AutofillDownloadManager::Observer { |
// Returns a list of values from the stored credit cards that match |type| and |
// the value of |field| and returns the labels of the matching credit cards. |
void GetCreditCardSuggestions(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, |