| Index: chrome/browser/web_applications/web_app_win.h
|
| diff --git a/chrome/browser/web_applications/web_app_win.h b/chrome/browser/web_applications/web_app_win.h
|
| index 290024fe742260d7a75f53c193929ea82239bd9b..9866c6e3ac47c301e8df23ff61edd70c4e3af190 100644
|
| --- a/chrome/browser/web_applications/web_app_win.h
|
| +++ b/chrome/browser/web_applications/web_app_win.h
|
| @@ -24,7 +24,7 @@ namespace web_app {
|
| // created shortcut.
|
| base::FilePath CreateShortcutInWebAppDir(
|
| const base::FilePath& web_app_path,
|
| - std::unique_ptr<ShortcutInfo> shortcut_info);
|
| + scoped_refptr<ShortcutInfo> shortcut_info);
|
|
|
| // Update the relaunch details for the given app's window, making the taskbar
|
| // group's "Pin to the taskbar" button function correctly.
|
|
|