Chromium Code Reviews

Unified Diff: source/common/umutex.h

Issue 256183002: Fix two more compile errros on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: source/common/umutex.h
===================================================================
--- source/common/umutex.h (revision 266014)
+++ source/common/umutex.h (working copy)
@@ -320,7 +320,7 @@
typedef struct UMutex {
- UInitOnce fInitOnce;
+ icu::UInitOnce fInitOnce;
CRITICAL_SECTION fCS;
} UMutex;
« README.chromium ('K') | « patches/vscomp.patch ('k') | source/common/wintz.c » ('j') | no next file with comments »

Powered by Google App Engine