Index: components/autofill/core/browser/autofill_data_model.h |
diff --git a/components/autofill/core/browser/autofill_data_model.h b/components/autofill/core/browser/autofill_data_model.h |
index 24739dae7ac70d319aafff112c8007bb48f62c14..0f2cd33f0ff83742a383b0d9d957200b880ca3cb 100644 |
--- a/components/autofill/core/browser/autofill_data_model.h |
+++ b/components/autofill/core/browser/autofill_data_model.h |
@@ -32,7 +32,7 @@ class AutofillDataModel : public FormGroup { |
// Fills in select control with data matching |type| from |this|. |
// Public for testing purposes. |
- void FillSelectControl(AutofillFieldType type, |
+ void FillSelectControl(const AutofillType& type, |
const std::string& app_locale, |
FormFieldData* field_data) const; |