summaryrefslogtreecommitdiffstats
path: root/base/threading/worker_pool_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/threading/worker_pool_win.cc')
-rw-r--r--base/threading/worker_pool_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/threading/worker_pool_win.cc b/base/threading/worker_pool_win.cc
index d4249ea..9f7c19f 100644
--- a/base/threading/worker_pool_win.cc
+++ b/base/threading/worker_pool_win.cc
@@ -5,10 +5,10 @@
#include "base/threading/worker_pool.h"
#include "base/bind.h"
+#include "base/callback.h"
#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/pending_task.h"
-#include "base/task.h"
#include "base/tracked_objects.h"
namespace base {