Index: third_party/WebKit/Source/wtf/text/Collator.h |
diff --git a/third_party/WebKit/Source/wtf/text/Collator.h b/third_party/WebKit/Source/wtf/text/Collator.h |
index 853083e4af60f3409548f5b7b9f1075867f979ee..f96e6d4ad9c69bc365b3c602157605070c003825 100644 |
--- a/third_party/WebKit/Source/wtf/text/Collator.h |
+++ b/third_party/WebKit/Source/wtf/text/Collator.h |
@@ -29,11 +29,11 @@ |
#ifndef WTF_Collator_h |
#define WTF_Collator_h |
+#include <memory> |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/WTFExport.h" |
#include "wtf/text/Unicode.h" |
-#include <memory> |
struct UCollator; |