| Index: chrome/browser/browser_about_handler.cc
|
| diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
|
| index 005d0dfd0f3114545e7db932c5a063a6f1c3e6dc..7b3cd9695cb1c786eeb4c13564c9b18093752d01 100644
|
| --- a/chrome/browser/browser_about_handler.cc
|
| +++ b/chrome/browser/browser_about_handler.cc
|
| @@ -1136,7 +1136,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;
|
|
|