| commit | e0522745784f5481d377f9af62ad58febab27178 | [log] [tgz] |
|---|---|---|
| author | Lei Zhang <[email protected]> | Tue Dec 09 02:17:35 2025 |
| committer | Copybara-Service <[email protected]> | Tue Dec 09 02:23:06 2025 |
| tree | ede8579cee023e9bbab90cb22c750c6141f420a5 | |
| parent | 3f67dbd1e8f86a699f95404db703e2a13dbde7a1 [diff] |
Remove superfluous <map> includes from //components headers Remove unnecessary includes. Then do IWYU to fix the build. Removal automated with: git ls-files components | grep '\.h$' | xargs grep -l '<map>$' | \ xargs grep -L std::map | xargs grep -L std::multimap | \ xargs tools/add_header.py --remove --header '<map>' Bug: 40318405 Change-Id: I57a66308625c319056c023282c91ee24fcd06794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7234717 Reviewed-by: Tommy Nyquist <[email protected]> Owners-Override: Lei Zhang <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/main@{#1555857} NOKEYCHECK=True GitOrigin-RevId: 3a4f9141339792d856a791f88d44693e7cb4b6c9