| Index: content/child/worker_thread_registry.h
|
| diff --git a/content/child/worker_thread_registry.h b/content/child/worker_thread_registry.h
|
| index 3e8f994da6733708b9d83fc6f45ffff5aa6d8f4b..657d88c8666c5bb8255940f6190e9484e77cb278 100644
|
| --- a/content/child/worker_thread_registry.h
|
| +++ b/content/child/worker_thread_registry.h
|
| @@ -39,7 +39,7 @@ class CONTENT_EXPORT WorkerThreadRegistry {
|
| friend class WorkerThread;
|
| friend class WorkerThreadRegistryTest;
|
|
|
| - bool PostTask(int id, base::Closure task);
|
| + bool PostTask(int id, base::OnceClosure task);
|
|
|
| using IDToTaskRunnerMap = std::map<base::PlatformThreadId, base::TaskRunner*>;
|
|
|
|
|