| 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 12a6fa224b96476a7ff644580f7c6a6f9dc8d8e6..d31327705139ec4f6d69bba16c41b07623eccae4 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -48,7 +48,7 @@ base::string16 LocalizeUrl(const wchar_t* url) {
|
| base::string16 language;
|
| if (!GoogleUpdateSettings::GetLanguage(&language))
|
| language = L"en-US"; // Default to US English.
|
| - return base::ReplaceStringPlaceholders(url, language.c_str(), NULL);
|
| + return base::ReplaceStringPlaceholders(url, language, NULL);
|
| }
|
|
|
| base::string16 GetUninstallSurveyUrl() {
|
|
|