Index: chrome/test/base/in_process_browser_test.cc |
=================================================================== |
--- chrome/test/base/in_process_browser_test.cc (revision 147935) |
+++ chrome/test/base/in_process_browser_test.cc (working copy) |
@@ -181,8 +181,8 @@ |
command_line->AppendSwitch(switches::kDisableZeroBrowsersOpenForTests); |
if (!command_line->HasSwitch(switches::kHomePage)) { |
- command_line->AppendSwitchASCII( |
- switches::kHomePage, chrome::kAboutBlankURL); |
+ command_line->AppendSwitchASCII( |
+ switches::kHomePage, chrome::kAboutBlankURL); |
} |
if (command_line->GetArgs().empty()) |
command_line->AppendArg(chrome::kAboutBlankURL); |