| Index: chrome/browser/apps/shortcut_manager.cc
|
| diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc
|
| index 4d2ff6dc9de982565e48514d21d76a071ba97347..e51653ec063d96f252e3b201ed8592ecbdcd8c97 100644
|
| --- a/chrome/browser/apps/shortcut_manager.cc
|
| +++ b/chrome/browser/apps/shortcut_manager.cc
|
| @@ -126,7 +126,8 @@ void AppShortcutManager::Observe(int type,
|
| base::Callback<void(const ShellIntegration::ShortcutInfo&)>
|
| create_or_update;
|
| if (installed_info->is_update) {
|
| - base::string16 old_title = UTF8ToUTF16(installed_info->old_name);
|
| + base::string16 old_title =
|
| + base::UTF8ToUTF16(installed_info->old_name);
|
| create_or_update = base::Bind(&web_app::UpdateAllShortcuts,
|
| old_title);
|
| } else {
|
|
|