| 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 16a64525c3436361ae119b913d4ea76e257f8623..dfcd5aa55a65ee7bf783661d88ecf689e551e881 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -125,7 +125,7 @@ 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,
|
| + ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR,
|
| };
|
| BrowserDistribution* dist = BrowserDistribution::GetDistribution();
|
| for (size_t i = 0; i < arraysize(user_shortcut_locations); ++i) {
|
|
|