diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 19:12:58 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 19:12:58 +0000 |
commit | 2bf3d70f1426733e2535016128e2464305740b29 (patch) | |
tree | 2e45419ebe7b5d82287955f475a3638755b23ca1 /chrome/browser/autofill/form_structure.h | |
parent | c4ff495718e7b190229e863e3387c4e5f99475a9 (diff) | |
download | chromium_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.h | 2 |
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. |