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

Unified Diff: base/third_party/icu/icu_utf.h

Issue 380913003: Fixes for re-enabling more MSVC level 4 warnings: base/ edition #2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a few more issues Created 6 years, 5 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 | « base/strings/string_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/icu/icu_utf.h
diff --git a/base/third_party/icu/icu_utf.h b/base/third_party/icu/icu_utf.h
index a604e5f56703eb6d0c7d2dd596603fbe82a69b23..2b993b099f82ad98819e16846da2bb7caa698625 100644
--- a/base/third_party/icu/icu_utf.h
+++ b/base/third_party/icu/icu_utf.h
@@ -21,7 +21,7 @@
namespace base_icu {
-typedef uint32 UChar32;
+typedef int32 UChar32;
typedef uint16 UChar;
typedef int8 UBool;
« no previous file with comments | « base/strings/string_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698