| Index: chrome/browser/ui/webui/version_ui.cc
|
| diff --git a/chrome/browser/ui/webui/version_ui.cc b/chrome/browser/ui/webui/version_ui.cc
|
| index 34c4c52ce7999b868d87591c6962a9bbeb6883de..c6e8e0a43adfdb2daf4b1649c574f5886aee4e0c 100644
|
| --- a/chrome/browser/ui/webui/version_ui.cc
|
| +++ b/chrome/browser/ui/webui/version_ui.cc
|
| @@ -89,8 +89,8 @@ content::WebUIDataSource* CreateVersionUIDataSource(Profile* profile) {
|
| IDS_ABOUT_VERSION_COMMAND_LINE);
|
|
|
| #if defined(OS_WIN)
|
| - html_source->AddString("command_line",
|
| - WideToUTF16(CommandLine::ForCurrentProcess()->GetCommandLineString()));
|
| + html_source->AddString("command_line", base::WideToUTF16(
|
| + CommandLine::ForCurrentProcess()->GetCommandLineString()));
|
| #elif defined(OS_POSIX)
|
| std::string command_line = "";
|
| typedef std::vector<std::string> ArgvList;
|
|
|