Index: components/sync/protocol/client_commands.proto |
diff --git a/sync/protocol/client_commands.proto b/components/sync/protocol/client_commands.proto |
similarity index 95% |
rename from sync/protocol/client_commands.proto |
rename to components/sync/protocol/client_commands.proto |
index fa9c714066a4ef163e16024595ef49de4c088ee8..f7f8a3232b408381da94a73ff8f07323dc2cbd48 100644 |
--- a/sync/protocol/client_commands.proto |
+++ b/components/sync/protocol/client_commands.proto |
@@ -21,7 +21,7 @@ message CustomNudgeDelay { |
message ClientCommand { |
// Time to wait before sending any requests to the server. |
- optional int32 set_sync_poll_interval = 1; // in seconds |
+ optional int32 set_sync_poll_interval = 1; // in seconds |
optional int32 set_sync_long_poll_interval = 2; // in seconds |
optional int32 max_commit_batch_size = 3; |