base: Fix IWYU omission in //base/task_runner.h
https://crrev.com/c/2076423 added new templated methods to base::TaskRunner, which use base::BindOnce and base::Owned. These are declared in //base/bind.h, which is not included. This IWYU omission results in occasional compilation errors. Example in the attached bug. Bug: 1059591 Change-Id: Ia927ec3fac35966793b801059925d7c950319c29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094086 Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#748426}
Showing
Please register or sign in to comment