Index: chrome/browser/automation/testing_automation_provider.cc |
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc |
index e0032318f9607bd102c4384b504dda33a8e6737c..56cdff8de04b0768df8fec035f348d0cdfce75f3 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -2618,7 +2618,7 @@ void TestingAutomationProvider::GetBrowserInfo( |
properties->SetString("HelperProcessExecutablePath", |
chrome::kHelperProcessExecutablePath); |
properties->SetString("command_line_string", |
- CommandLine::ForCurrentProcess()->command_line_string()); |
+ CommandLine::ForCurrentProcess()->GetCommandLineString()); |
FilePath dumps_path; |
PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path); |
properties->SetString("DIR_CRASH_DUMPS", dumps_path.value()); |