| Index: chrome/browser/browser_about_handler.cc
|
| diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
|
| index 6ee0a36083f92db35c6fd229b718dd0b5d7b9291..5a520c6c2f89e9a97f1f8ab5e40467697d419792 100644
|
| --- a/chrome/browser/browser_about_handler.cc
|
| +++ b/chrome/browser/browser_about_handler.cc
|
| @@ -1138,7 +1138,7 @@ std::string AboutVersionStrings(DictionaryValue* localized_strings,
|
|
|
| #if defined(OS_WIN)
|
| localized_strings->SetString("command_line",
|
| - WideToUTF16(CommandLine::ForCurrentProcess()->command_line_string()));
|
| + WideToUTF16(CommandLine::ForCurrentProcess()->GetCommandLineString()));
|
| #elif defined(OS_POSIX)
|
| std::string command_line = "";
|
| typedef std::vector<std::string> ArgvList;
|
|
|