| 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 4f4c5417dc170952680c0c809685fc6a359115bb..7e87c29b86f1798862283f2060e3f1edab1bb1fa 100644
|
| --- a/chrome/browser/web_applications/web_app_win.h
|
| +++ b/chrome/browser/web_applications/web_app_win.h
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_WIN_H_
|
|
|
| #include "base/files/file_path.h"
|
| -#include "chrome/browser/shell_integration.h"
|
| +#include "chrome/browser/web_applications/web_app.h"
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -22,7 +22,7 @@ namespace web_app {
|
| // created shortcut.
|
| base::FilePath CreateShortcutInWebAppDir(
|
| const base::FilePath& web_app_path,
|
| - const ShellIntegration::ShortcutInfo& shortcut_info);
|
| + const web_app::ShortcutInfo& shortcut_info);
|
|
|
| namespace internals {
|
|
|
|
|