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