summaryrefslogtreecommitdiffstats
path: root/base/third_party
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-29 22:38:34 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-29 22:38:34 +0000
commit9feacce68efb14f50be52bf458ced2c0590f5748 (patch)
treecc123b1b4c386bf5f8beabace60b3b70b5d6d316 /base/third_party
parentc8b52c70045d6bbcc50f4a6de043b157faad2786 (diff)
downloadchromium_src-9feacce68efb14f50be52bf458ced2c0590f5748.zip
chromium_src-9feacce68efb14f50be52bf458ced2c0590f5748.tar.gz
chromium_src-9feacce68efb14f50be52bf458ced2c0590f5748.tar.bz2
Make base's fork of ICU macros use its internal version for one case that was
forgotten before. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5270009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67601 0039d316-1c4b-4281-b951-d872f2087c98
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)?