Index: chrome/browser/autofill/select_control_handler.h |
diff --git a/chrome/browser/autofill/select_control_handler.h b/chrome/browser/autofill/select_control_handler.h |
index e54d4eddda043c32e9809eeb13e6dbda59eeb0a2..34f4076a0a392191b2a71061df1a00b54c0f377b 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. |