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

Unified Diff: source/common/servslkf.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months 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 | « source/common/servrbf.cpp ('k') | source/common/sharedobject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/servslkf.cpp
diff --git a/source/common/servslkf.cpp b/source/common/servslkf.cpp
index 583f375a2c429fc96924b36c2435019c2046cc31..4222d2130ab32b73405fb3c2c4d951c1a6e90759 100644
--- a/source/common/servslkf.cpp
+++ b/source/common/servslkf.cpp
@@ -97,9 +97,9 @@ UnicodeString&
SimpleLocaleKeyFactory::debug(UnicodeString& result) const
{
LocaleKeyFactory::debug(result);
- result.append(", id: ");
+ result.append((UnicodeString)", id: ");
result.append(_id);
- result.append(", kind: ");
+ result.append((UnicodeString)", kind: ");
result.append(_kind);
return result;
}
@@ -107,7 +107,7 @@ SimpleLocaleKeyFactory::debug(UnicodeString& result) const
UnicodeString&
SimpleLocaleKeyFactory::debugClass(UnicodeString& result) const
{
- return result.append("SimpleLocaleKeyFactory");
+ return result.append((UnicodeString)"SimpleLocaleKeyFactory");
}
#endif
« no previous file with comments | « source/common/servrbf.cpp ('k') | source/common/sharedobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698