Index: chrome/browser/autofill/personal_data_manager.h |
diff --git a/chrome/browser/autofill/personal_data_manager.h b/chrome/browser/autofill/personal_data_manager.h |
index f6f9df8820e70e6a11802340079af5efd8b78c68..982453078d2a15d3ec3a5d097e125feb7cba21e7 100644 |
--- a/chrome/browser/autofill/personal_data_manager.h |
+++ b/chrome/browser/autofill/personal_data_manager.h |
@@ -67,7 +67,7 @@ class PersonalDataManager |
// field types that contain information in the FormStructures a profile will |
// be created with all of the information from recognized fields. Returns |
// whether a profile was created. |
- bool ImportFormData(const std::vector<FormStructure*>& form_structures); |
+ bool ImportFormData(const std::vector<const FormStructure*>& form_structures); |
// Gets |imported_profile_| and |imported_credit_card_| and returns their |
// values in |profile| and |credit_card| parameters respectively. One or |