summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/select_control_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/select_control_handler.h')
-rw-r--r--chrome/browser/autofill/select_control_handler.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/browser/autofill/select_control_handler.h b/chrome/browser/autofill/select_control_handler.h
index e54d4ed..34f4076 100644
--- a/chrome/browser/autofill/select_control_handler.h
+++ b/chrome/browser/autofill/select_control_handler.h
@@ -10,11 +10,7 @@
class FormGroup;
-namespace webkit {
-namespace forms {
-struct FormField;
-}
-}
+struct FormFieldData;
namespace autofill {
@@ -24,7 +20,7 @@ namespace autofill {
// months, e.g., (04, April).
void FillSelectControl(const FormGroup& form_group,
AutofillFieldType type,
- webkit::forms::FormField* field);
+ FormFieldData* field);
// Returns true if |value| is a valid US state name or abbreviation. It is case
// insensitive. Valid for US states only.