| Index: sync/internal_api/public/base/model_type.h
|
| diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
|
| index 0585b7b0a407d37d9813920ae8df139f56bb4305..de942e7cb8ef0b6d2ce0f0138876f2ca34769681 100644
|
| --- a/sync/internal_api/public/base/model_type.h
|
| +++ b/sync/internal_api/public/base/model_type.h
|
| @@ -83,7 +83,9 @@ enum ModelType {
|
| APP_NOTIFICATIONS,
|
| // History delete directives.
|
| HISTORY_DELETE_DIRECTIVES,
|
| - LAST_USER_MODEL_TYPE = HISTORY_DELETE_DIRECTIVES,
|
| + // Synced push notifications.
|
| + SYNCED_NOTIFICATIONS,
|
| + LAST_USER_MODEL_TYPE = SYNCED_NOTIFICATIONS,
|
|
|
| // An object representing a set of Nigori keys.
|
| NIGORI,
|
|
|