| 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 925b84342619226e9d6df919f49f557f9bb4d4f0..53c48baadb540064032ffcdb055e99509d018e13 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -140,7 +140,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) {
|
|
|