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 8a9fc16ecd9aaf837eafaab01443872766ce5220..fe50c102a4132ae1f96f80ec3d983fe3b29a6ac3 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 ReplaceStringPlaceholders(url, language.c_str(), NULL); |
+ return base::ReplaceStringPlaceholders(url, language.c_str(), NULL); |
} |
base::string16 GetUninstallSurveyUrl() { |