summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/l10n_string_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/l10n_string_util.cc')
-rw-r--r--chrome/installer/util/l10n_string_util.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/installer/util/l10n_string_util.cc b/chrome/installer/util/l10n_string_util.cc
index 3e38788..71963ce 100644
--- a/chrome/installer/util/l10n_string_util.cc
+++ b/chrome/installer/util/l10n_string_util.cc
@@ -57,9 +57,10 @@ std::wstring GetLocalizedString(int base_message_id) {
base::string16 GetLocalizedStringF(int base_message_id,
const base::string16& a) {
- return ReplaceStringPlaceholders(GetLocalizedString(base_message_id),
- std::vector<base::string16>(1, a),
- NULL);
+ return base::ReplaceStringPlaceholders(
+ GetLocalizedString(base_message_id),
+ std::vector<base::string16>(1, a),
+ NULL);
}
// Here we generate the url spec with the Microsoft res:// scheme which is