Do IWYU for base/memory/ref_counted.h in headers
Mostly automated with this command:
git ls-files | grep '\.h$' | xargs grep -l 'public base::RefCounted' | \
xargs grep -L base/memory/ref_counted.h | |
xargs tools/add_header.py --header '"base/memory/ref_counted.h"'
Also fix a "Includes STL header(s) but does not reference std::"
presubmit warning along the way.
Bug: 40216326
Change-Id: I0eb8bb825210df91f791badb91daefbc50107720
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7081918
Commit-Queue: Lei Zhang <thestig@chromium.org>
Owners-Override: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1535154}
NOKEYCHECK=True
GitOrigin-RevId: 11300e99b5c6fb5aaba0f0ca204a006c1862ce21
1 file changed