diff options
Diffstat (limited to 'cc/base/worker_pool.h')
-rw-r--r-- | cc/base/worker_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/base/worker_pool.h b/cc/base/worker_pool.h index af130f3..172165c 100644 --- a/cc/base/worker_pool.h +++ b/cc/base/worker_pool.h @@ -31,7 +31,7 @@ class WorkerPoolTask { void DidComplete(); protected: - WorkerPoolTask(const base::Closure& reply); + explicit WorkerPoolTask(const base::Closure& reply); const base::Closure reply_; }; |