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

Unified Diff: source/common/servrbf.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/servnotf.h ('k') | source/common/servslkf.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/servrbf.cpp
diff --git a/source/common/servrbf.cpp b/source/common/servrbf.cpp
index 3a0227f76af269e15a2366b8a6c099f547d1761f..4295d03553f62dc724c89ac32ed0b59510da582d 100644
--- a/source/common/servrbf.cpp
+++ b/source/common/servrbf.cpp
@@ -1,6 +1,6 @@
/**
*******************************************************************************
- * Copyright (C) 2001-2005, International Business Machines Corporation and *
+ * Copyright (C) 2001-2014, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
@@ -73,14 +73,14 @@ UnicodeString&
ICUResourceBundleFactory::debug(UnicodeString& result) const
{
LocaleKeyFactory::debug(result);
- result.append(", bundle: ");
+ result.append((UnicodeString)", bundle: ");
return result.append(_bundleName);
}
UnicodeString&
ICUResourceBundleFactory::debugClass(UnicodeString& result) const
{
- return result.append("ICUResourceBundleFactory");
+ return result.append((UnicodeString)"ICUResourceBundleFactory");
}
#endif
« no previous file with comments | « source/common/servnotf.h ('k') | source/common/servslkf.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698