Index: content/public/child/worker_thread.h |
diff --git a/content/public/child/worker_thread.h b/content/public/child/worker_thread.h |
index c35ce8bd243b2d7356cb2a1816527490b28e9db5..926b3bd95865fec8567064c6ef67d3cdf37a2fcd 100644 |
--- a/content/public/child/worker_thread.h |
+++ b/content/public/child/worker_thread.h |
@@ -42,7 +42,7 @@ class CONTENT_EXPORT WorkerThread { |
static int GetCurrentId(); |
// Posts a task to the worker thread with ID |id|. ID must be > 0. |
- static void PostTask(int id, base::Closure task); |
+ static void PostTask(int id, base::OnceClosure task); |
private: |
WorkerThread(){}; |