Index: chrome/installer/util/google_chrome_distribution.cc |
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc |
index 22150a684a8f4e8b8dd0703e5e2559df876a37e3..6b0a6400fef764d1daecd31868db751ebfd91682 100644 |
--- a/chrome/installer/util/google_chrome_distribution.cc |
+++ b/chrome/installer/util/google_chrome_distribution.cc |
@@ -52,7 +52,7 @@ base::string16 LocalizeUrl(const wchar_t* url) { |
} |
base::string16 GetUninstallSurveyUrl() { |
- const wchar_t kSurveyUrl[] = L"http://www.google.com/support/chrome/bin/" |
+ const wchar_t kSurveyUrl[] = L"https://support.google.com/chrome/" |
L"request.py?hl=$1&contact_type=uninstall"; |
return LocalizeUrl(kSurveyUrl); |
} |