commit | 08ad611f80fb659579e265da071de6d35a066e80 | [log] [tgz] |
---|---|---|
author | Dan McArdle <dmcardle@chromium.org> | Tue Nov 21 20:39:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 21 20:39:47 2023 |
tree | 121d990e9c0729e74f4de420ddda28f469c8e43e | |
parent | df536e15066b692fafadade9485699648389b68b [diff] |
Use std::optional in //content/browser/aggregation_service I generated these changes with the following commands: cd content/browser/aggregation_service/ 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 Low-Coverage-Reason: TRIVIAL_CHANGE Change-Id: I4d7a89bfc5507e2dff395a85fead41a77c47f0d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047250 Auto-Submit: Dan McArdle <dmcardle@chromium.org> Commit-Queue: Nan Lin <linnan@chromium.org> Reviewed-by: Andrew Paseltiner <apaseltiner@chromium.org> Reviewed-by: Nan Lin <linnan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1227578}
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.