| Index: chrome/browser/web_applications/web_app_mac.h
|
| diff --git a/chrome/browser/web_applications/web_app_mac.h b/chrome/browser/web_applications/web_app_mac.h
|
| index c94bd5e61dbc9b55ca0d8801cb0808ef60d9f456..f24c0a552a2ceea095fbf32af9401f9a616fe1c3 100644
|
| --- a/chrome/browser/web_applications/web_app_mac.h
|
| +++ b/chrome/browser/web_applications/web_app_mac.h
|
| @@ -32,7 +32,7 @@ namespace web_app {
|
| base::FilePath GetAppInstallPath(const ShortcutInfo& shortcut_info);
|
|
|
| // If necessary, launch the shortcut for an app.
|
| -void MaybeLaunchShortcut(std::unique_ptr<ShortcutInfo> shortcut_info);
|
| +void MaybeLaunchShortcut(scoped_refptr<ShortcutInfo> shortcut_info);
|
|
|
| // Rebuild the shortcut and relaunch it.
|
| bool MaybeRebuildShortcut(const base::CommandLine& command_line);
|
|
|