Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3237)

Unified Diff: cc/base/worker_pool.h

Issue 13051003: cpplint.py pass on cc/(base|debug|quads|resources)/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix prioritized_resource_unittest Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/base/tiling_data_unittest.cc ('k') | cc/base/worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/worker_pool.h
diff --git a/cc/base/worker_pool.h b/cc/base/worker_pool.h
index af130f3717d7376d87e8c1e1f2820c0167a8d4ef..172165c0153b7336004866ac20bb9b16711e82d6 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_;
};
« no previous file with comments | « cc/base/tiling_data_unittest.cc ('k') | cc/base/worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698