Index: chrome/installer/util/google_chrome_distribution.cc |
=================================================================== |
--- chrome/installer/util/google_chrome_distribution.cc (revision 11111) |
+++ chrome/installer/util/google_chrome_distribution.cc (working copy) |
@@ -232,7 +232,8 @@ |
} |
std::wstring GoogleChromeDistribution::GetUninstallRegPath() { |
- return L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Google Chrome"; |
+ return L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\" |
+ L"Google Chrome"; |
} |
std::wstring GoogleChromeDistribution::GetVersionKey() { |