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

Unified Diff: Source/wtf/unicode/icu/UnicodeIcu.h

Issue 23618052: TextBreakIterator should use the C++ icu API instead of the C one (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Downcast to icu::RuleBasedBreakIterator Created 7 years, 2 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 | « Source/web/ContextMenuClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/unicode/icu/UnicodeIcu.h
diff --git a/Source/wtf/unicode/icu/UnicodeIcu.h b/Source/wtf/unicode/icu/UnicodeIcu.h
index 98c9842efb2c7e250d3baf9b02b71b899cf67213..23c0a4b0859c97d5b48c68a2f51b8d2be5625d3b 100644
--- a/Source/wtf/unicode/icu/UnicodeIcu.h
+++ b/Source/wtf/unicode/icu/UnicodeIcu.h
@@ -23,6 +23,8 @@
#ifndef WTF_UNICODE_ICU_H
#define WTF_UNICODE_ICU_H
+#include <unicode/brkiter.h>
+#include <unicode/rbbi.h>
#include <unicode/uchar.h>
#include <unicode/uscript.h>
#include <unicode/ustring.h>
« no previous file with comments | « Source/web/ContextMenuClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698