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 72454ed22bb4a9d355774c2213c8fcab3f2788c0..fafbbda4fce2fa2563187de228ac90ccd07725ed 100644 |
--- a/components/autofill/core/browser/autofill_manager.h |
+++ b/components/autofill/core/browser/autofill_manager.h |
@@ -255,7 +255,7 @@ class AutofillManager : public AutofillDownloadManager::Observer { |
// Returns a list of values from the stored profiles that match |type| and the |
// value of |field| and returns the labels of the matching profiles. |labels| |
// is filled with the Profile label. |
- void GetProfileSuggestions(FormStructure* form, |
+ void GetProfileSuggestions(const FormStructure& form, |
const FormFieldData& field, |
const AutofillType& type, |
std::vector<base::string16>* values, |