| 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 f920af8701c3780e2741cf8ebdbf871cf7170558..e4d9fbac549b22c394e2fccdb50aff5c5b3e1947 100644
|
| --- a/chrome/browser/autofill/select_control_handler.h
|
| +++ b/chrome/browser/autofill/select_control_handler.h
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_AUTOFILL_SELECT_CONTROL_HANDLER_H_
|
| #pragma once
|
|
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| +#include "chrome/browser/autofill/field_types.h"
|
|
|
| class FormGroup;
|
|
|
| @@ -21,7 +21,7 @@ namespace autofill {
|
| // variations of a value, e.g., (tx, TX, Texas) or credit card expiration
|
| // months, e.g., (04, April).
|
| void FillSelectControl(const FormGroup& form_group,
|
| - AutofillType type,
|
| + AutofillFieldType type,
|
| webkit_glue::FormField* field);
|
|
|
| } // namespace autofill
|
|
|