commit | d5b6101701bb370a170bda1d901f8a13122260cb | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Tue Jun 17 17:21:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 17 17:21:01 2025 |
tree | af75d5713a50c753003e96901a9eff867d2aa500 | |
parent | afc33653a5a86d7f44f1fcbbfb1bacb3e6a5deb4 [diff] |
Do IWYU for std::vector in //components headers Include <vector> where needed directly. CL generated with: git ls-files components | grep '\.h$' | \ xargs grep -l ' std::vector<.*_;$' | xargs grep -L '<vector>' | \ xargs tools/add_header.py --header '<vector>' Then manually add a few more missing <vector> includes. Bug: 40216326 Change-Id: I604b45fd0fd32ab189537575632d1917df067387 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6648645 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1475062}
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.