| Index: chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| diff --git a/chrome/tools/mac_helpers/infoplist_strings_util.mm b/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| index 765969febc97934345093942c7173055d47a8bb7..1a6804c36162e46e8cb0b92c261260f00c29e2b2 100644
|
| --- a/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| +++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| @@ -263,9 +263,8 @@ int main(int argc, char* const argv[]) {
|
| std::vector<base::string16> replacements;
|
| replacements.push_back(base::IntToString16(exploded_time.year));
|
| NSString* copyright = base::SysUTF16ToNSString(
|
| - ReplaceStringPlaceholders(base::SysNSStringToUTF16(copyright_format),
|
| - replacements,
|
| - NULL));
|
| + base::ReplaceStringPlaceholders(
|
| + base::SysNSStringToUTF16(copyright_format), replacements, NULL));
|
|
|
| // For now, assume this is ok for all languages. If we need to, this could
|
| // be moved into generated_resources.grd and fetched.
|
|
|