| Index: chrome/browser/apps/shortcut_manager.cc
|
| diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc
|
| index 5c6ce69d9d727578d23a0258d1177b6e5bc4fa66..326722cf0c64c6ade62503ad19d8e9b3c388b257 100644
|
| --- a/chrome/browser/apps/shortcut_manager.cc
|
| +++ b/chrome/browser/apps/shortcut_manager.cc
|
| @@ -39,10 +39,10 @@ namespace {
|
| // not already one present.
|
| void CreateShortcutsInApplicationsMenu(Profile* profile,
|
| const Extension* app) {
|
| - ShellIntegration::ShortcutLocations creation_locations;
|
| + web_app::ShortcutLocations creation_locations;
|
| // Create the shortcut in the Chrome Apps subdir.
|
| creation_locations.applications_menu_location =
|
| - ShellIntegration::APP_MENU_LOCATION_SUBDIR_CHROMEAPPS;
|
| + web_app::APP_MENU_LOCATION_SUBDIR_CHROMEAPPS;
|
| web_app::CreateShortcuts(
|
| web_app::SHORTCUT_CREATION_AUTOMATED, creation_locations, profile, app);
|
| }
|
|
|