| Index: content/public/test/test_launcher.h
|
| diff --git a/content/public/test/test_launcher.h b/content/public/test/test_launcher.h
|
| index 5cf4d0f44eac8fa44b22aeae8111879a7360a393..503547cdfe3ac2107231f0c02022273018b3c4f4 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() {}
|
|
|