Commit ef70af6d authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

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: default avatarGabriel Charette <gab@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748426}
parent ee2248b5
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <stddef.h> #include <stddef.h>
#include "base/base_export.h" #include "base/base_export.h"
#include "base/bind.h"
#include "base/callback.h" #include "base/callback.h"
#include "base/location.h" #include "base/location.h"
#include "base/logging.h" #include "base/logging.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment