| Index: base/threading/worker_pool.h
|
| diff --git a/base/threading/worker_pool.h b/base/threading/worker_pool.h
|
| index 384dcd1ca489272440c8052e8218b94ffb5e62aa..697cc7c5b18e5cdc62ddcd89027db781833504bc 100644
|
| --- a/base/threading/worker_pool.h
|
| +++ b/base/threading/worker_pool.h
|
| @@ -8,10 +8,13 @@
|
|
|
| #include "base/base_export.h"
|
| #include "base/callback.h"
|
| -#include "base/tracked.h"
|
|
|
| class Task;
|
|
|
| +namespace tracked_objects {
|
| +class Location;
|
| +} // namespace tracked_objects
|
| +
|
| namespace base {
|
|
|
| // This is a facility that runs tasks that don't require a specific thread or
|
|
|