Correct proto index, which is not consistant with nearby_client_log in cl/685588100

PiperOrigin-RevId: 685960109
This commit is contained in:
hai007
2024-10-14 22:26:13 -07:00
committed by Copybara-Service
parent 5cd8159cef
commit 4733fc1736
@@ -901,8 +901,8 @@ message SharingLog {
message HighQualityMediumSetup {
optional ShareTargetInfo share_target_info = 1;
optional int64 session_id = 2 /* type = ST_SESSION_ID */;
optional int64 duration_millis = 4;
optional bool is_timeout = 5;
optional int64 duration_millis = 3;
optional bool is_timeout = 4;
}
}
// LINT.ThenChange(//depot/google3/logs/proto/location/nearby/nearby_client_log.proto)