Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: components/sync/protocol/model_type_state.proto

Issue 2394573002: [Sync] Rename DataTypeState to ModelTypeState. (Closed)
Patch Set: Rebase. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/protocol/data_type_state.proto ('k') | components/sync/protocol/protocol_sources.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/sync/protocol/data_type_state.proto ('k') | components/sync/protocol/protocol_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698