commit | 9ffd34c88a1cea18f1cceda678caf9248fccbc0f | [log] [tgz] |
---|---|---|
author | Jean-Philippe Gravel <jpgravel@chromium.org> | Tue Dec 13 16:42:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 13 16:42:50 2022 |
tree | 3ee1f0b13333e19cfdfbd90208dfc9a61c284aba | |
parent | 41e0dfb84cf64d0d61d18507095983b649f43cd5 [diff] |
Remove unused #include <ostream> in base/numerics/safe_conversions.h The code using <ostream> was removed from safe_conversions.h in https://source.chromium.org/chromium/chromium/src/+/60c8cdf472bcf204443e26e9f2d7c74f948746ee, but the #include was left there because there were still compilation units having transitive dependencies on ostream. These dependencies have now been fixed, so we can now remove the #include. Change-Id: I9f869c4a9eca1c1ff48d6a442708938603be6bc3 Bug: 1372522 Fixed: 1270812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4053484 Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1082482}
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.