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

Unified Diff: app/l10n_util.h

Issue 5959008: Remove wstring from l10n_util. Part 2.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | app/l10n_util.cc » ('j') | chrome/browser/download/download_item_model.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/l10n_util.h
===================================================================
--- app/l10n_util.h (revision 70233)
+++ app/l10n_util.h (working copy)
@@ -188,8 +188,8 @@
std::wstring GetStringF(int message_id, int a);
std::wstring GetStringF(int message_id, int64 a);
#endif
-string16 GetStringFUTF16(int message_id, int a);
-string16 GetStringFUTF16(int message_id, int64 a);
+string16 GetStringFUTF16Int(int message_id, int a);
+string16 GetStringFUTF16Int(int message_id, int64 a);
// Truncates the string to length characters. This breaks the string at
// the first word break before length, adding the horizontal ellipsis
« no previous file with comments | « no previous file | app/l10n_util.cc » ('j') | chrome/browser/download/download_item_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698