Chromium Code Reviews| Index: base/test/launcher/test_results_tracker.h |
| diff --git a/base/test/launcher/test_results_tracker.h b/base/test/launcher/test_results_tracker.h |
| index 2bddebc56ed03ce7b733fd1789cd0c66f8664fa9..ce3dd2adba190a428e05546ab2dff38849d2ea50 100644 |
| --- a/base/test/launcher/test_results_tracker.h |
| +++ b/base/test/launcher/test_results_tracker.h |
| @@ -35,7 +35,7 @@ class TestResultsTracker { |
| // Initialize the result tracker. Must be called exactly once before |
| // calling any other methods. Returns true on success. |
| - bool Init(const CommandLine& command_line) WARN_UNUSED_RESULT; |
| + bool Init(const base::CommandLine& command_line) WARN_UNUSED_RESULT; |
|
brettw
2014/10/14 17:46:57
This file is already in base.
|
| // Called when a test iteration is starting. |
| void OnTestIterationStarting(); |