| Index: content/child/worker_thread_registry.cc
|
| diff --git a/content/child/worker_thread_registry.cc b/content/child/worker_thread_registry.cc
|
| index cfc9d837b503333ee8349e095ed9bc02fad1b214..a54f9205df964e76bd5536df5c96a4145f2bee99 100644
|
| --- a/content/child/worker_thread_registry.cc
|
| +++ b/content/child/worker_thread_registry.cc
|
| @@ -38,7 +38,7 @@ class DoNothingTaskRunner : public base::TaskRunner {
|
| ~DoNothingTaskRunner() override {}
|
|
|
| bool PostDelayedTask(const tracked_objects::Location& from_here,
|
| - const base::Closure& task,
|
| + base::OnceClosure task,
|
| base::TimeDelta delay) override {
|
| return false;
|
| }
|
|
|