This function's implementation has been moved from the header and into the translation unit. This change moves the override to match that too. Chromium changes: https://chromium.googlesource.com/chromium/src/+/8ba91b3cd483e2a39ddc37d754e30877855bfeaf commit 8ba91b3cd483e2a39ddc37d754e30877855bfeaf Author: Mikel Astiz <mastiz@chromium.org> Date: Tue Mar 31 12:54:12 2026 -0700 [sync] Centralize more datatype traits in a table Refactoring without noticeable behavioral changes: the general idea is that datatype-specific traits (most notably including product decisions) should be centralized in a configuration-like table, instead of having this information distributed throughout the codebase. This is achieved by introducing a struct, including members that leverage newly-introduced enums to make the information as readable as possible. Bug: None Change-Id: I04a9352e7ab6ddf62ad150fef7cad2a7bd96d156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7707933 Reviewed-by: Rohit Rao <rohitrao@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/main@{#1608038}