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

Unified Diff: base/worker_pool_unittest.cc

Issue 552004: Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 10 years, 11 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 | « base/waitable_event_watcher_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/worker_pool_unittest.cc
diff --git a/base/worker_pool_unittest.cc b/base/worker_pool_unittest.cc
index e07e8ab11d9ae510fdc7790e22a9edafbaa2fc2f..f6bee966ef495cf44235156af5fc1bf09c063579 100644
--- a/base/worker_pool_unittest.cc
+++ b/base/worker_pool_unittest.cc
@@ -16,7 +16,7 @@ namespace {
class PostTaskTestTask : public Task {
public:
- PostTaskTestTask(WaitableEvent* event) : event_(event) {
+ explicit PostTaskTestTask(WaitableEvent* event) : event_(event) {
}
void Run() {
« no previous file with comments | « base/waitable_event_watcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698