| 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 079cdad82051930a47c2fd55b5b8d5db53c7cb42..bfd9879c7b20c50b9762c7e72830e916b6277fb2 100644
|
| --- a/chrome/browser/sync/syncable/model_type.h
|
| +++ b/chrome/browser/sync/syncable/model_type.h
|
| @@ -74,7 +74,9 @@ enum ModelType {
|
| SESSIONS,
|
| // An app folder or an app object.
|
| APPS,
|
| - // A setting from the extension settings API.
|
| + // An app setting from the extension settings API.
|
| + APP_SETTINGS,
|
| + // An extension setting from the extension settings API.
|
| EXTENSION_SETTINGS,
|
| // App notifications.
|
| APP_NOTIFICATIONS,
|
|
|