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 d8a53486ef826e23bee2e5fbea43ddb64335f876..773cde549d6dc313fb9348109f8bbca1539eb4f7 100644 |
--- a/sync/internal_api/public/base/model_type.h |
+++ b/sync/internal_api/public/base/model_type.h |
@@ -85,7 +85,9 @@ enum ModelType { |
HISTORY_DELETE_DIRECTIVES, |
// Synced push notifications. |
SYNCED_NOTIFICATIONS, |
- LAST_USER_MODEL_TYPE = SYNCED_NOTIFICATIONS, |
+ // Custom spelling dictionary. |
+ DICTIONARY, |
+ LAST_USER_MODEL_TYPE = DICTIONARY, |
// An object representing a set of Nigori keys. |
NIGORI, |