//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:
@ -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
|
||||
|
Reference in New Issue
Block a user