| Index: third_party/WebKit/Source/wtf/text/TextCodecICU.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecICU.h b/third_party/WebKit/Source/wtf/text/TextCodecICU.h
|
| index b6efcef096a244c0250a67e66b4ecbd4cade95e7..d440f97a614afa2438d5b2a85fd13bae279bd714 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecICU.h
|
| +++ b/third_party/WebKit/Source/wtf/text/TextCodecICU.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef TextCodecICU_h
|
| #define TextCodecICU_h
|
|
|
| -#include <unicode/utypes.h>
|
| #include "wtf/text/TextCodec.h"
|
| #include "wtf/text/TextEncoding.h"
|
| +#include <unicode/utypes.h>
|
|
|
| typedef struct UConverter UConverter;
|
|
|
|
|