diff options
Diffstat (limited to 'base/threading/worker_pool_posix.h')
-rw-r--r-- | base/threading/worker_pool_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/threading/worker_pool_posix.h b/base/threading/worker_pool_posix.h index 701157a..9bb9eda 100644 --- a/base/threading/worker_pool_posix.h +++ b/base/threading/worker_pool_posix.h @@ -39,7 +39,7 @@ class Task; namespace base { -class PosixDynamicThreadPool +class BASE_API PosixDynamicThreadPool : public RefCountedThreadSafe<PosixDynamicThreadPool> { public: class PosixDynamicThreadPoolPeer; |