Index: third_party/WebKit/Source/wtf/text/TextCodecICU.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp b/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp |
index 37c7d13eabb52756fd54b699a712651f283a4e5c..eaf4c93e925205c0479a8e2158728c5d690b0c7c 100644 |
--- a/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp |
+++ b/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp |
@@ -26,6 +26,9 @@ |
#include "wtf/text/TextCodecICU.h" |
+#include <unicode/ucnv.h> |
+#include <unicode/ucnv_cb.h> |
+#include <memory> |
#include "wtf/Assertions.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/StringExtras.h" |
@@ -34,9 +37,6 @@ |
#include "wtf/text/CString.h" |
#include "wtf/text/CharacterNames.h" |
#include "wtf/text/StringBuilder.h" |
-#include <memory> |
-#include <unicode/ucnv.h> |
-#include <unicode/ucnv_cb.h> |
namespace WTF { |