| Index: chrome/browser/ui/web_applications/web_app_ui.cc
|
| diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc
|
| index 5684b508a6f5a98569b34e6e727c58b7d3f31c72..a75b85f2835ee010508b6acc732c4de5d3a2fb0c 100644
|
| --- a/chrome/browser/ui/web_applications/web_app_ui.cc
|
| +++ b/chrome/browser/ui/web_applications/web_app_ui.cc
|
| @@ -283,7 +283,8 @@ void UpdateShortcutWorker::UpdateShortcutsOnFileThread() {
|
| if (!shortcut_files_.empty()) {
|
| // Generates app id from web app url and profile path.
|
| string16 app_id = ShellIntegration::GetAppModelIdForProfile(
|
| - UTF8ToWide(web_app::GenerateApplicationNameFromURL(shortcut_info_.url)),
|
| + base::UTF8ToWide(web_app::GenerateApplicationNameFromURL(
|
| + shortcut_info_.url)),
|
| profile_path_);
|
|
|
| // Sanitize description
|
|
|