| 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 fcfa000ad356acea3724fd0b1b7fd2f6d224dc06..1169ee329edd36c181df77a422869d4305a13e0d 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_.
|
| - ShellIntegration::ShortcutInfo shortcut_info_;
|
| + web_app::ShortcutInfo shortcut_info_;
|
|
|
| // Our copy of profile path.
|
| base::FilePath profile_path_;
|
|
|