From c694427c13725a8d73303fbe2c47e8cbd6abd6c3 Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Fri, 6 Jan 2012 22:12:28 +0000 Subject: Remove task.h and finish base::Bind() migration. Over 341 CLs, in ~3 months, touching 3251 unique files! Top 5 most CLs: (121) jhawkins ( 45) dcheng ( 24) achuith ( 23) csilv ( 12) tfarina ( 12) groby ~1000 files touched: (918) jhawkins 100+ files touched: (486) ajwong (385) willchan (372) dcheng (126) csilv (123) fischman (112) sergeyu 49+ files touched: (65) tfarina (57) acolwell (52) adamk (49) tzik BUG=35223 TEST=existing Review URL: http://codereview.chromium.org/9114020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116748 0039d316-1c4b-4281-b951-d872f2087c98 --- base/threading/worker_pool_posix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/threading/worker_pool_posix.cc') diff --git a/base/threading/worker_pool_posix.cc b/base/threading/worker_pool_posix.cc index 2655b85c..c139ffa 100644 --- a/base/threading/worker_pool_posix.cc +++ b/base/threading/worker_pool_posix.cc @@ -5,12 +5,12 @@ #include "base/threading/worker_pool_posix.h" #include "base/bind.h" +#include "base/callback.h" #include "base/debug/trace_event.h" #include "base/lazy_instance.h" #include "base/logging.h" #include "base/memory/ref_counted.h" #include "base/stringprintf.h" -#include "base/task.h" #include "base/threading/platform_thread.h" #include "base/threading/worker_pool.h" #include "base/tracked_objects.h" -- cgit v1.1