summaryrefslogtreecommitdiffstats
path: root/base/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'base/third_party')
-rw-r--r--base/third_party/icu/icu_utf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/third_party/icu/icu_utf.h b/base/third_party/icu/icu_utf.h
index 43b4967..9cb1247 100644
--- a/base/third_party/icu/icu_utf.h
+++ b/base/third_party/icu/icu_utf.h
@@ -79,7 +79,7 @@ typedef int8 UBool;
((uint32)(c)<0xd800 || \
((uint32)(c)>0xdfff && \
(uint32)(c)<=0x10ffff && \
- !U_IS_UNICODE_NONCHAR(c)))
+ !CBU_IS_UNICODE_NONCHAR(c)))
/**
* Is this code point a surrogate (U+d800..U+dfff)?