| commit | e2b832806eee5a5db259137ca55e4b69ad39ee27 | [log] [tgz] |
|---|---|---|
| author | Gabriel Charette <[email protected]> | Thu Mar 31 00:44:22 2022 |
| committer | Copybara-Service <[email protected]> | Thu Mar 31 00:57:28 2022 |
| tree | 3004f5c320d81b22f770dc50e82b59a5fbaf1294 | |
| parent | 13aa8e0bf7809b394b1fa2cd7362172335979a22 [diff] |
[base] IWYU for base::Time This CL is a no-op. Only fixing instances where base::Time (and Ticks/Delta) is used in a statement (i.e. not as a parameter to avoid adding includes in mere overrides). Skipping pointer and reference qualified instances. i.e. matches this regex: '(\n *[^/\n][^/\n][^/\n]*base::(Time|Thread)(Ticks|Delta)?\b[^*&][^)]*;)' and skipping files that have any existing fwd-decl for any of the variants. This is a prereq to remove unused base/task/post_task.h includes in https://chromium-review.googlesource.com/c/chromium/src/+/3555247 Bug: 1026641 Change-Id: I87b43a8dc92bdceb67f4bd59b327b54813aa72a6 AX-Relnotes: n/a. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3557354 Commit-Queue: Gabriel Charette <[email protected]> Auto-Submit: Gabriel Charette <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/main@{#987283} NOKEYCHECK=True GitOrigin-RevId: d87f10f4671473938a344e7d02ba330018f8a48b