| Index: base/threading/worker_pool_posix.cc
|
| diff --git a/base/threading/worker_pool_posix.cc b/base/threading/worker_pool_posix.cc
|
| index b0a2b87157a8c38add6bf5bec37236a5d53ab16e..aee5caccfbc7c75587d13a4afd419bf16c41fbe4 100644
|
| --- a/base/threading/worker_pool_posix.cc
|
| +++ b/base/threading/worker_pool_posix.cc
|
| @@ -57,7 +57,7 @@ void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here,
|
| pool_->PostTask(from_here, task);
|
| }
|
|
|
| -base::LazyInstance<WorkerPoolImpl> g_lazy_worker_pool =
|
| +base::LazyInstance<WorkerPoolImpl>::Leaky g_lazy_worker_pool =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| class WorkerThread : public PlatformThread::Delegate {
|
|
|