commit | 34717ca07fbe9bcbb87cb25aefa28c5201694f21 | [log] [tgz] |
---|---|---|
author | Dan McArdle <dmcardle@chromium.org> | Tue Nov 21 22:11:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 21 22:11:16 2023 |
tree | 7a95fd3e0005d29b59275eb5630f3142291230a3 | |
parent | 6f1fc917b01b2851cef38ed7b04aff991ae392f8 [diff] |
Use std::optional in //content/browser/private_aggregation I generated these changes with the following commands: cd content/browser/private_aggregation/ git sed absl::nullopt std::nullopt git sed absl::optional std::optional git sed '"third_party/abseil-cpp/absl/types/optional.h"' '<optional>' git cl format This was not entirely automatic, as I had to manually move '#include <optional>' into the correct block of includes. Bug: 1503962 Change-Id: I9fb41fff8b9fb6f08cd26f8f5add609b443358b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047290 Reviewed-by: Alex Turner <alexmt@chromium.org> Reviewed-by: Nan Lin <linnan@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/main@{#1227607}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.