| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index cbae635dbf27a5fb547c30d9c321f64089e2b172..65ffafee8affb93063079a572718ed063682287e 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -334,7 +334,7 @@ bool CreateShortcutTask::CreateShortcut() {
|
| // properly quoted for a Windows command line. The method on
|
| // CommandLine should probably be renamed to better reflect that
|
| // fact.
|
| - std::wstring wide_switches(cmd_line.command_line_string());
|
| + std::wstring wide_switches(cmd_line.GetCommandLineString());
|
|
|
| // Sanitize description
|
| if (shortcut_info_.description.length() >= MAX_PATH)
|
|
|