| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index 5c90b547c0d0f624634d92d24ea2e18d39c57f09..27c4d9fe0728b015405ad5010bca3499005c3396 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -254,7 +254,8 @@ int DoUninstallTasks(bool chrome_still_running) {
|
| ShellUtil::ShortcutLocation user_shortcut_locations[] = {
|
| ShellUtil::SHORTCUT_LOCATION_DESKTOP,
|
| ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH,
|
| - ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR,
|
| + ShellUtil::SHORTCUT_LOCATION_START_MENU_ROOT,
|
| + ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR_DEPRECATED,
|
| ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_APPS_DIR,
|
| };
|
| BrowserDistribution* dist = BrowserDistribution::GetDistribution();
|
|
|