Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: chrome/tools/mac_helpers/infoplist_strings_util.mm

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/tools/convert_dict/convert_dict_unittest.cc ('k') | chrome/utility/extensions/unpacker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ec51d7c2df2f61950a5d8c95242a109287b2a087..6531342d1b1c4d10f4021f458552ac03a8cf3c13 100644
--- a/chrome/tools/mac_helpers/infoplist_strings_util.mm
+++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm
@@ -256,7 +256,7 @@ int main(int argc, char* const argv[]) {
base::Time::Exploded exploded_time;
base::Time::Now().LocalExplode(&exploded_time);
- std::vector<string16> replacements;
+ std::vector<base::string16> replacements;
replacements.push_back(base::IntToString16(exploded_time.year));
NSString* copyright = base::SysUTF16ToNSString(
ReplaceStringPlaceholders(base::SysNSStringToUTF16(copyright_format),
« no previous file with comments | « chrome/tools/convert_dict/convert_dict_unittest.cc ('k') | chrome/utility/extensions/unpacker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698