0
Files
src/components/web_package
Victor Hugo Vianna Silva d1c430bf8d Migrate absl variant.h and utility.h in components (part 3/3)
Since https://crrev.com/c/6330348, some utils in
third_party/abseil-cpp/absl/types/variant.h and
and third_party/abseil-cpp/absl/utility/utility.h are only aliases for
their std counterparts. This CL migrates code to use std:: directly.

Bug: 40242126
Change-Id: Ie2cb2f7317c756b372489da77fcadb36e20a8503
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6368376
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1434354}
2025-03-18 12:50:46 -07:00
..

This directory contains shared code for Web Packaging, used from the utility process (by the data_decoder service) and the renderer process (blink).