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

Unified Diff: source/common/sharedobject.h

Issue 1664293002: Add back UTF-32 for now and fix a MSVC build issue (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 4 years, 10 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 | « patches/vscomp.patch ('k') | source/common/ucnv_bld.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/sharedobject.h
diff --git a/source/common/sharedobject.h b/source/common/sharedobject.h
index 44028699975920a2a5ddf19e142cb8ad85eb2aea..e5062cc0c981fa674d1909155e0ba8edae0b5be9 100644
--- a/source/common/sharedobject.h
+++ b/source/common/sharedobject.h
@@ -21,7 +21,7 @@ U_NAMESPACE_BEGIN
* update cache metrics. No other part of ICU, except for SharedObject,
* should directly call the methods of this base class.
*/
-class UnifiedCacheBase : public UObject {
+class U_COMMON_API UnifiedCacheBase : public UObject {
public:
UnifiedCacheBase() { }
« no previous file with comments | « patches/vscomp.patch ('k') | source/common/ucnv_bld.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698