All the main methods now return a string_piece, which made the `_piece` functions redundant. Chromium changes: https://chromium.googlesource.com/chromium/src/+/566074ac1aee3a91cbec0d2eac3120b7dd71860b commit 566074ac1aee3a91cbec0d2eac3120b7dd71860b Author: Charlie Harrison <csharrison@chromium.org> Date: Mon Oct 6 19:18:05 2025 -0700 Remove GURL::*_piece() method There are no more users of this deprecated and misnamed API. This completes phase 1.5 of crbug.com/448174617. Bug: 448174617 Change-Id: I82918ec4ec10b68729c31cb36487c7cb02ad0b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7008912 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Owners-Override: Charlie Harrison <csharrison@chromium.org> Owners-Override: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1525986}