
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}
This directory contains shared code for Web Packaging, used from the utility process (by the data_decoder service) and the renderer process (blink).