Chromium Code Reviews| Index: chrome/test/chromedriver/chrome_launcher.h |
| diff --git a/chrome/test/chromedriver/chrome_launcher.h b/chrome/test/chromedriver/chrome_launcher.h |
| index a226d7eb0349d712d20ad3b3a7afbd509371695b..a7fce32127385a82848a8581294ccc8e2b4ecfaf 100644 |
| --- a/chrome/test/chromedriver/chrome_launcher.h |
| +++ b/chrome/test/chromedriver/chrome_launcher.h |
| @@ -41,7 +41,7 @@ namespace internal { |
| Status ProcessExtensions(const std::vector<std::string>& extensions, |
| const base::FilePath& temp_dir, |
| bool include_automation_extension, |
| - CommandLine* command, |
| + Switches* switches, |
|
kkania
2013/08/30 03:14:57
required_
|
| std::vector<std::string>* bg_pages); |
| Status PrepareUserDataDir( |
| const base::FilePath& user_data_dir, |