This migration has been effected in upstream, but several places in our codebase got broken by this transition. This change makes several parts of our codebase more friendly to passing `string_view`. Chromium changes: https://chromium.googlesource.com/chromium/src/+/0e1784e3cf990560b173f40338e582f50aba0e85 commit 0e1784e3cf990560b173f40338e582f50aba0e85 Author: Charlie Harrison <csharrison@chromium.org> Date: Fri Oct 3 11:04:26 2025 -0700 RELAND: Migrate GURL::path() and friends to return string_view This relands crrev.com/c/7003625. Missing cases were found by staring at the output of `git grep` for the whole codebase. Origin description: Also migrates some last remaining callers of the std::string APIs. This completes phase 1 of crbug.com/448174617. Bug: 448174617 Change-Id: I7f24f81d1fbf129d8b0dd94f4cf948626deab933 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7007010 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/main@{#1524878}