| Index: components/sync/model/model_type_store.h
|
| diff --git a/components/sync/model/model_type_store.h b/components/sync/model/model_type_store.h
|
| index 719adda9baa940251bc2b548e746bf3f226c3b10..3352225808b95af1020e42ecfdeafc1fd551e72a 100644
|
| --- a/components/sync/model/model_type_store.h
|
| +++ b/components/sync/model/model_type_store.h
|
| @@ -51,6 +51,7 @@ class ModelTypeStore {
|
| enum class Result {
|
| SUCCESS,
|
| UNSPECIFIED_ERROR,
|
| + SCHEMA_VERSION_TOO_HIGH,
|
| };
|
|
|
| // Output of read operations is passed back as list of Record structures.
|
|
|