| Index: chrome/browser/autofill/field_types.h
|
| diff --git a/chrome/browser/autofill/field_types.h b/chrome/browser/autofill/field_types.h
|
| index ff713c2bf0bc9b3d3a10678501cab3d5adab318c..934fa45c2db4db5bf4cfa2b5b319279fa71e3c26 100644
|
| --- a/chrome/browser/autofill/field_types.h
|
| +++ b/chrome/browser/autofill/field_types.h
|
| @@ -15,8 +15,8 @@ typedef enum _AddressType {
|
|
|
| // NOTE: This list MUST not be modified. The server aggregates and stores these
|
| // types over several versions, so we must remain fully compatible with the
|
| -// autofill server, which is itself backward-compatible. The list must be kept
|
| -// up to date with the autofill server list.
|
| +// AutoFill server, which is itself backward-compatible. The list must be kept
|
| +// up to date with the AutoFill server list.
|
| //
|
| // This is the list of all valid field types.
|
| typedef enum _FieldType {
|
|
|