Index: content/public/child/worker_thread.h |
diff --git a/content/public/child/worker_thread.h b/content/public/child/worker_thread.h |
index 983f09a4fd2ea5566f10e8624362b5afc539c81d..c35ce8bd243b2d7356cb2a1816527490b28e9db5 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, const base::Closure& task); |
+ static void PostTask(int id, base::Closure task); |
private: |
WorkerThread(){}; |