| Index: chrome/browser/web_applications/update_shortcut_worker_win.h
|
| diff --git a/chrome/browser/web_applications/update_shortcut_worker_win.h b/chrome/browser/web_applications/update_shortcut_worker_win.h
|
| index 1169ee329edd36c181df77a422869d4305a13e0d..62fc6b7841572685ac5daa9b844ababa3b2245d2 100644
|
| --- a/chrome/browser/web_applications/update_shortcut_worker_win.h
|
| +++ b/chrome/browser/web_applications/update_shortcut_worker_win.h
|
| @@ -70,7 +70,7 @@ class UpdateShortcutWorker : public content::NotificationObserver {
|
| web_app::IconInfoList unprocessed_icons_;
|
|
|
| // Cached shortcut data from the web_contents_.
|
| - web_app::ShortcutInfo shortcut_info_;
|
| + scoped_ptr<web_app::ShortcutInfo> shortcut_info_;
|
|
|
| // Our copy of profile path.
|
| base::FilePath profile_path_;
|
|
|