Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert narrowing casts from T{} to static_cast<T>(): url/
The style guide encourages use of T{}-style casts under the assumption that the compiler will warn about narrowing. This warning is currently disabled; enabling it requires fixing up the cases that narrow. Bug: 1216696 Change-Id: I9dc6132462fb8f02b197bf688b690b308e9cb4da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2946568 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#890410}
- Loading branch information