| commit | 58c9bd1cd349d1b66cfb8ced24d06edea569b79c | [log] [tgz] |
|---|---|---|
| author | Lei Zhang <thestig@chromium.org> | Tue Jun 17 23:12:02 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 17 23:12:02 2025 |
| tree | 83aca2f7de2722c213dde5a8af73ee2f4a6a040f | |
| parent | 5b7d21c00c99cf5ec844ea8d644fc08facd32b2c [diff] |
Do IWYU for base::debug::AllocateCrashKeyString()
Include base/debug/crash_logging.h where needed directly. CL generated
with:
git grep -l 'base::debug::AllocateCrashKeyString(' | \
xargs grep -L base/debug/crash_logging.h | \
xargs tools/add_header.py --header '"base/debug/crash_logging.h"'
and then reverting the change to base/debug/crash_logging.h itself.
Bug: 40216326
Change-Id: Ifaaeea2dbe92712f69394142221b3e0ab094995b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6652991
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Owners-Override: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1475293}
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.