| 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 20c8ffa19d0a37d860e9170c706d7e58dca0bcba..64412fe0f175e456fca8736ae1ca81ed2155104d 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 {
|
| EXTENSION_SETTINGS,
|
| // App notifications.
|
| APP_NOTIFICATIONS,
|
| - LAST_REAL_MODEL_TYPE = APP_NOTIFICATIONS,
|
| + // History delete directives.
|
| + HISTORY_DELETE_DIRECTIVES,
|
| + LAST_REAL_MODEL_TYPE = HISTORY_DELETE_DIRECTIVES,
|
|
|
| // If you are adding a new sync datatype that is exposed to the user via the
|
| // sync preferences UI, be sure to update the list in
|
|
|