| Index: cc/base/worker_pool.cc
|
| diff --git a/cc/base/worker_pool.cc b/cc/base/worker_pool.cc
|
| index cc828a891a37675fe2f450fdc0bcfdd9b351ea76..caa3159a78bac1ef12dd3a1a0172d7778f33fc32 100644
|
| --- a/cc/base/worker_pool.cc
|
| +++ b/cc/base/worker_pool.cc
|
| @@ -183,7 +183,7 @@ WorkerPool::Inner::Inner(WorkerPool* worker_pool,
|
| new base::DelegateSimpleThread(
|
| this,
|
| thread_name_prefix +
|
| - StringPrintf("Worker%lu", workers_.size() + 1).c_str()));
|
| + base::StringPrintf("Worker%lu", workers_.size() + 1).c_str()));
|
| worker->Start();
|
| workers_.push_back(worker.Pass());
|
| }
|
|
|