| 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 077d243bc2d0abaff9454a38b0a8074211cee2e4..563f86e501cb8fab51e8ac0a22a18aa699af69d4 100644
|
| --- a/chrome/browser/sync/syncable/model_type.h
|
| +++ b/chrome/browser/sync/syncable/model_type.h
|
| @@ -50,6 +50,8 @@ enum ModelType {
|
| PASSWORDS,
|
| // 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.
|
|
|