commit | e8ecbd4efd867c4cfa4547878cbf73374cdcfce3 | [log] [tgz] |
---|---|---|
author | Kevin McNee <mcnee@chromium.org> | Thu Oct 03 18:15:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 03 18:15:31 2024 |
tree | 1161fc9734bed4bfb9802e95f63b82777ebe4727 | |
parent | 446c636e656419afda365302e332b65813d87ca5 [diff] |
Remove include of flow_event_utils.h from latency_info.h This include is very costly according to https://commondatastorage.googleapis.com/chromium-browser-clang/include-analysis.html#view=edges This is not used, other than for indirect includes of other files. We replace it with a more targeted include and a forward declaration for what the file actually references, and also fix an IWYU issue. Bug: 40318405 Change-Id: I0897ff186732c5048cfc9bb77f250715fc209fc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5887793 Auto-Submit: Kevin McNee <mcnee@chromium.org> Commit-Queue: Robert Flack <flackr@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1363748}
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.