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..3f582883089f088c16bcf6a5d51de3a3cd7aebde 100644 |
--- a/chrome/browser/autofill/select_control_handler.h |
+++ b/chrome/browser/autofill/select_control_handler.h |
@@ -10,11 +10,9 @@ |
class FormGroup; |
-namespace webkit { |
-namespace forms { |
+namespace content { |
struct FormField; |
} |
-} |
namespace autofill { |
@@ -24,7 +22,7 @@ namespace autofill { |
// months, e.g., (04, April). |
void FillSelectControl(const FormGroup& form_group, |
AutofillFieldType type, |
- webkit::forms::FormField* field); |
+ content::FormField* field); |
// Returns true if |value| is a valid US state name or abbreviation. It is case |
// insensitive. Valid for US states only. |