summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 19:12:58 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 19:12:58 +0000
commit2bf3d70f1426733e2535016128e2464305740b29 (patch)
tree2e45419ebe7b5d82287955f475a3638755b23ca1 /chrome/browser/autofill/form_structure.h
parentc4ff495718e7b190229e863e3387c4e5f99475a9 (diff)
downloadchromium_src-2bf3d70f1426733e2535016128e2464305740b29.zip
chromium_src-2bf3d70f1426733e2535016128e2464305740b29.tar.gz
chromium_src-2bf3d70f1426733e2535016128e2464305740b29.tar.bz2
Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, used by the AutoFillManager.
BUG=none TEST=none Review URL: http://codereview.chromium.org/521067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/form_structure.h')
-rw-r--r--chrome/browser/autofill/form_structure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h
index 5892941..80e67b9 100644
--- a/chrome/browser/autofill/form_structure.h
+++ b/chrome/browser/autofill/form_structure.h
@@ -47,7 +47,7 @@ class FormStructure {
// Sets the possible types for the field at |index|.
void set_possible_types(int index, const FieldTypeSet& types);
- AutoFillField* field(int index);
+ const AutoFillField* field(int index) const;
size_t field_count() const;
// Used for iterating over the fields.