| Index: chrome/browser/sync/syncable/model_type.h
|
| diff --git a/chrome/browser/sync/syncable/model_type.h b/chrome/browser/sync/syncable/model_type.h
|
| index 442e4622286f44f6d019d7d4c9a3dc811b9216b0..2760fbea4f8c25bf0ee8f3b3d49d1bef0360f98c 100644
|
| --- a/chrome/browser/sync/syncable/model_type.h
|
| +++ b/chrome/browser/sync/syncable/model_type.h
|
| @@ -49,10 +49,11 @@ enum ModelType {
|
| PREFERENCES,
|
| // A password folder or password object.
|
| PASSWORDS,
|
| + // An AutofillProfile Object
|
| + AUTOFILL_PROFILE,
|
| // An autofill folder or an autofill object.
|
| AUTOFILL,
|
| - // An autofill Profile Object
|
| - AUTOFILL_PROFILE,
|
| +
|
| // A themes folder or a themes object.
|
| THEMES,
|
| // A typed_url folder or a typed_url object.
|
|
|