| Index: chrome/browser/ui/web_applications/web_app_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/web_applications/web_app_ui.cc (revision 184354)
|
| +++ chrome/browser/ui/web_applications/web_app_ui.cc (working copy)
|
| @@ -283,8 +283,7 @@
|
| if (!shortcut_files_.empty()) {
|
| // Generates app id from web app url and profile path.
|
| string16 app_id = ShellIntegration::GetAppModelIdForProfile(
|
| - base::UTF8ToWide(web_app::GenerateApplicationNameFromURL(
|
| - shortcut_info_.url)),
|
| + UTF8ToWide(web_app::GenerateApplicationNameFromURL(shortcut_info_.url)),
|
| profile_path_);
|
|
|
| // Sanitize description
|
|
|