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 b9ef21059b6c938b3ff2e009f551ec40a85d85fe..16ae86b144add4b398600191fa7b968a3b8756ae 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -124,7 +124,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) { |