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 23ca2d8fde79d24c83d95312b7442c8edd2706d7..e81e2c6f56d66d9052d2e8126d79ffbc432e33f0 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, |
+ // Custom spelling dictionary. |
+ DICTIONARY, |
+ LAST_USER_MODEL_TYPE = DICTIONARY, |
// An object representing a set of Nigori keys. |
NIGORI, |