Index: base/threading/worker_pool_posix.h |
diff --git a/base/threading/worker_pool_posix.h b/base/threading/worker_pool_posix.h |
index cfa50c21dd3b47cafb1821b3c3a8e6a362888e2b..0b10adf8f3cb0bad52d5edf93df12df51055df88 100644 |
--- a/base/threading/worker_pool_posix.h |
+++ b/base/threading/worker_pool_posix.h |
@@ -51,7 +51,7 @@ class BASE_EXPORT PosixDynamicThreadPool |
int idle_seconds_before_exit); |
// Adds |task| to the thread pool. |
- void PostTask(const tracked_objects::Location& from_here, Closure task); |
+ void PostTask(const tracked_objects::Location& from_here, OnceClosure task); |
// Worker thread method to wait for up to |idle_seconds_before_exit| for more |
// work from the thread pool. Returns NULL if no work is available. |