summaryrefslogtreecommitdiffstats
path: root/content/public/test/test_launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/test/test_launcher.h')
-rw-r--r--content/public/test/test_launcher.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/public/test/test_launcher.h b/content/public/test/test_launcher.h
index 5cf4d0f..503547c 100644
--- a/content/public/test/test_launcher.h
+++ b/content/public/test/test_launcher.h
@@ -10,9 +10,8 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-class CommandLine;
-
namespace base {
+class CommandLine;
class FilePath;
class RunLoop;
}
@@ -33,7 +32,7 @@ class TestLauncherDelegate {
public:
virtual int RunTestSuite(int argc, char** argv) = 0;
virtual bool AdjustChildProcessCommandLine(
- CommandLine* command_line,
+ base::CommandLine* command_line,
const base::FilePath& temp_data_dir) = 0;
virtual void PreRunMessageLoop(base::RunLoop* run_loop) {}
virtual void PostRunMessageLoop() {}