| Index: third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h b/third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h
|
| index f983a9a5be0d52af2b55111f073e4d2c42e6836b..b60b8c7d7697d46c3f6d18b2c1319293d8364fe0 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h
|
| @@ -27,11 +27,11 @@
|
| #ifndef TextCodecICU_h
|
| #define TextCodecICU_h
|
|
|
| +#include <unicode/utypes.h>
|
| +#include <memory>
|
| #include "base/gtest_prod_util.h"
|
| #include "platform/wtf/text/TextCodec.h"
|
| #include "platform/wtf/text/TextEncoding.h"
|
| -#include <memory>
|
| -#include <unicode/utypes.h>
|
|
|
| typedef struct UConverter UConverter;
|
|
|
|
|