commit | d87f10f4671473938a344e7d02ba330018f8a48b | [log] [tgz] |
---|---|---|
author | Gabriel Charette <[email protected]> | Thu Mar 31 00:44:22 2022 |
committer | Gabriel Charette <[email protected]> | Thu Mar 31 00:44:22 2022 |
tree | a40fa79d94b7c568b9eaf679c12c82c5227db57d | |
parent | 457e88191db76fcb7ca6e437991f8c526a8ad11a [diff] [blame] |
[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}
diff --git a/content/browser/host_zoom_map_impl.h b/content/browser/host_zoom_map_impl.h index 85ad0b75..543ab3a53 100644 --- a/content/browser/host_zoom_map_impl.h +++ b/content/browser/host_zoom_map_impl.h
@@ -12,6 +12,7 @@ #include "base/memory/raw_ptr.h" #include "base/task/sequenced_task_runner_helpers.h" +#include "base/time/time.h" #include "content/common/content_export.h" #include "content/public/browser/host_zoom_map.h"