0
Files
src/dbus
Gabriel Charette 494bf1e595 [base] Undo erroneous IWYU of time.h in presence of base::Thread
@QA: This CL is a no-op.

Caused by incorrectly covering base::Thread when using regex
"base::(Time|Thread)(Ticks|Delta)?\b"

This script removed base/time/time.h if:
 1) "base::Thread" is present
 2) There is no (Time|ThreadTicks|Days|Hours|Minutes|Seconds|
                 Milliseconds|Microseconds|Nanoseconds|Hertz)
    string in the file (no base:: prefix required to skip removal)

Bug: 1026641
Change-Id: I9df5e8beccc74054bf9bfff12320a1d4e0295b62
AX-Relnotes: n/a.
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3563202
Commit-Queue: Gabriel Charette <gab@chromium.org>
Auto-Submit: Gabriel Charette <gab@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Owners-Override: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#988045}
2022-04-01 18:58:52 +00:00
..