Index: third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp |
diff --git a/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp b/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp |
index 9e42616bc594f5aac5d5c276d6e1a05e45fa1220..491e043a16c3f366aad7c6b62e78a0920381c8ea 100644 |
--- a/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp |
@@ -25,14 +25,14 @@ |
#include "platform/wtf/ListHashSet.h" |
+#include <memory> |
+#include <type_traits> |
#include "platform/wtf/LinkedHashSet.h" |
#include "platform/wtf/PassRefPtr.h" |
#include "platform/wtf/PtrUtil.h" |
#include "platform/wtf/RefCounted.h" |
#include "platform/wtf/RefPtr.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
-#include <type_traits> |
namespace WTF { |