Index: third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp b/third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp |
index 589c853e42980a4d9cbc1e076f75707b942525ea..1c1892fa8957acb11686a4ba08bdd0b1fbcbb2d8 100644 |
--- a/third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp |
+++ b/third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp |
@@ -25,12 +25,12 @@ |
#include "wtf/text/TextCodecLatin1.h" |
+#include <memory> |
#include "wtf/PtrUtil.h" |
#include "wtf/text/CString.h" |
#include "wtf/text/StringBuffer.h" |
#include "wtf/text/TextCodecASCIIFastPath.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
namespace WTF { |