Index: third_party/WebKit/Source/platform/text/LocaleICU.h |
diff --git a/third_party/WebKit/Source/platform/text/LocaleICU.h b/third_party/WebKit/Source/platform/text/LocaleICU.h |
index 42626a0d80fd06fbe6088102f5296ea22ee1d24b..d435536e2fb56c38b80991ef54312437afd8b6c6 100644 |
--- a/third_party/WebKit/Source/platform/text/LocaleICU.h |
+++ b/third_party/WebKit/Source/platform/text/LocaleICU.h |
@@ -31,14 +31,14 @@ |
#ifndef LocaleICU_h |
#define LocaleICU_h |
-#include "platform/DateComponents.h" |
-#include "platform/text/PlatformLocale.h" |
-#include "wtf/Forward.h" |
-#include "wtf/text/CString.h" |
-#include "wtf/text/WTFString.h" |
-#include <memory> |
#include <unicode/udat.h> |
#include <unicode/unum.h> |
+#include <memory> |
+#include "platform/DateComponents.h" |
+#include "platform/text/PlatformLocale.h" |
+#include "platform/wtf/Forward.h" |
+#include "platform/wtf/text/CString.h" |
+#include "platform/wtf/text/WTFString.h" |
namespace blink { |