Index: cc/test/ordered_simple_task_runner.h |
diff --git a/cc/test/ordered_simple_task_runner.h b/cc/test/ordered_simple_task_runner.h |
index 68c95876da9ee3f8264e6843c9dd397325af877c..ee80efe7e71a21ce67e29b750ca76129368f24cb 100644 |
--- a/cc/test/ordered_simple_task_runner.h |
+++ b/cc/test/ordered_simple_task_runner.h |
@@ -87,8 +87,7 @@ class OrderedSimpleTaskRunner : public base::SingleThreadTaskRunner { |
// calling all remaining conditions. Conditions can have side effects, |
// including modifying the task queue. |
// Returns true if there are still pending tasks left. |
- bool RunTasksWhile( |
- const std::vector<base::Callback<bool(void)> >& conditions); |
+ bool RunTasksWhile(const std::vector<base::Callback<bool(void)>>& conditions); |
// Convenience functions to run tasks with common conditions. |