| Index: chrome/installer/util/l10n_string_util.cc
|
| diff --git a/chrome/installer/util/l10n_string_util.cc b/chrome/installer/util/l10n_string_util.cc
|
| index 3e38788b5e47de40ea29169fe566354ae2dbafc4..71963ce0b2683b589bb1768031253f14771b6562 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
|
|
|