Index: third_party/WebKit/Source/platform/text/LocaleICUTest.cpp |
diff --git a/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp b/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp |
index a359e1575bc778dc33af7d42282492082a4ba41c..72d4815bd688db0befa357535a55f930241fec7d 100644 |
--- a/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp |
+++ b/third_party/WebKit/Source/platform/text/LocaleICUTest.cpp |
@@ -30,10 +30,10 @@ |
#include "platform/text/LocaleICU.h" |
-#include "testing/gtest/include/gtest/gtest.h" |
-#include "wtf/text/StringBuilder.h" |
-#include <memory> |
#include <unicode/uvernum.h> |
+#include <memory> |
+#include "platform/wtf/text/StringBuilder.h" |
+#include "testing/gtest/include/gtest/gtest.h" |
namespace blink { |