| Index: sync/protocol/get_updates_caller_info.proto
|
| diff --git a/sync/protocol/get_updates_caller_info.proto b/sync/protocol/get_updates_caller_info.proto
|
| index 5cecbf579beb4e1f2853b63a76698580136d4074..86fe9c83fbcb6467528d08270b429361b91d4dd8 100644
|
| --- a/sync/protocol/get_updates_caller_info.proto
|
| +++ b/sync/protocol/get_updates_caller_info.proto
|
| @@ -4,6 +4,9 @@
|
|
|
| syntax = "proto2";
|
|
|
| +option optimize_for = LITE_RUNTIME;
|
| +option retain_unknown_fields = true;
|
| +
|
| package sync_pb;
|
|
|
| message GetUpdatesCallerInfo {
|
|
|