Chromium Code Reviews| 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..63c205df1bced3e0b6e43e8d79dfb61c5ee12257 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 autofill Profile Object |
|
tim (not reviewing)
2010/12/13 19:24:33
AutoFill Profile
lipalani
2010/12/14 21:05:57
Done.
|
| + 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. |