0

//fuchsia_web: base::numerics::* -> base::*

The new names are shorter and not deprecated.

Bug: 409350835
Change-Id: Id3afa1778d96a6f7f9d6a5567768c54d99fb5d06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6442959
Auto-Submit: Elly FJ <ellyjones@chromium.org>
Reviewed-by: David Song <wintermelons@google.com>
Commit-Queue: David Song <wintermelons@google.com>
Cr-Commit-Position: refs/heads/main@{#1445348}
This commit is contained in:
Elly
2025-04-10 09:37:33 -07:00
committed by Chromium LUCI CQ
parent 7cd693fc01
commit e54c31846a

@ -54,7 +54,7 @@ uint64_t FetchAbiRevision() {
std::optional<uint64_t> read_bytes =
base::ReadFile(base::FilePath(kPkgAbiRevisionPath), abi_revision_le);
CHECK_EQ(read_bytes.value(), sizeof(abi_revision_le));
return base::numerics::U64FromLittleEndian(abi_revision_le);
return base::U64FromLittleEndian(abi_revision_le);
}
} // namespace