| Index: components/sync/protocol/model_type_state.proto
|
| diff --git a/components/sync/protocol/data_type_state.proto b/components/sync/protocol/model_type_state.proto
|
| similarity index 98%
|
| rename from components/sync/protocol/data_type_state.proto
|
| rename to components/sync/protocol/model_type_state.proto
|
| index 2e8644db466e2879d99c75de21b73e5d3928f0ce..f8344176a98672f32d7c295e3228c3a793a42c8e 100644
|
| --- a/components/sync/protocol/data_type_state.proto
|
| +++ b/components/sync/protocol/model_type_state.proto
|
| @@ -11,7 +11,7 @@ package sync_pb;
|
| import "sync.proto";
|
|
|
| // Sync proto to store data type global metadata in model type storage.
|
| -message DataTypeState {
|
| +message ModelTypeState {
|
| // The latest progress markers received from the server.
|
| optional DataTypeProgressMarker progress_marker = 1;
|
|
|
|
|