Index: third_party/WebKit/Source/platform/text/PlatformLocale.cpp |
diff --git a/third_party/WebKit/Source/platform/text/PlatformLocale.cpp b/third_party/WebKit/Source/platform/text/PlatformLocale.cpp |
index aa11c99b848b7a3bc0b29017fdf5d5fb6a38ca2b..fff26bacea139f0ac74761d5089991934ae2db6c 100644 |
--- a/third_party/WebKit/Source/platform/text/PlatformLocale.cpp |
+++ b/third_party/WebKit/Source/platform/text/PlatformLocale.cpp |
@@ -30,10 +30,10 @@ |
#include "platform/text/PlatformLocale.h" |
+#include <memory> |
#include "platform/text/DateTimeFormat.h" |
#include "public/platform/Platform.h" |
#include "wtf/text/StringBuilder.h" |
-#include <memory> |
namespace blink { |