Chromium change: https://chromium.googlesource.com/chromium/src/+/d86c6275281b7f95bb393d9a324a412dbca3da97 commit d86c6275281b7f95bb393d9a324a412dbca3da97 Author: David Benjamin <davidben@chromium.org> Date: Wed Nov 12 08:03:14 2025 -0800 Remove Chromium uses of deprecated der::Input::As* methods der::Input is a remnant of before span existed. We'll eventually turn it into a span typedef, at which point these methods will be gone. Instead, use base::as_string_view. Or, in a few places, use the bytes-based version of a function which avoids the conversion at all. Bug: 41347540 Change-Id: I60b294e85cd9b5638e81f9d6dca8514a3c64292a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7142638 Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Reviewed-by: Matt Mueller <mattm@chromium.org> Reviewed-by: Mark Foltz <mfoltz@chromium.org> Reviewed-by: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/main@{#1543741}