chore: use consistent integer type for request ID (#29540)
This commit is contained in:
parent
4b9e804b82
commit
8d76b4ded1
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ ProxyingURLLoaderFactory::InProgressRequest::FollowRedirectParams::
|
|||
|
||||
ProxyingURLLoaderFactory::InProgressRequest::InProgressRequest(
|
||||
ProxyingURLLoaderFactory* factory,
|
||||
int64_t web_request_id,
|
||||
uint64_t web_request_id,
|
||||
int32_t view_routing_id,
|
||||
int32_t frame_routing_id,
|
||||
int32_t network_service_request_id,
|
||||
|
|
|
@ -53,7 +53,7 @@ class ProxyingURLLoaderFactory
|
|||
// For usual requests
|
||||
InProgressRequest(
|
||||
ProxyingURLLoaderFactory* factory,
|
||||
int64_t web_request_id,
|
||||
uint64_t web_request_id,
|
||||
int32_t view_routing_id,
|
||||
int32_t frame_routing_id,
|
||||
int32_t network_service_request_id,
|
||||
|
|
Loading…
Reference in a new issue