Index: third_party/WebKit/Source/wtf/VectorTest.cpp |
diff --git a/third_party/WebKit/Source/wtf/VectorTest.cpp b/third_party/WebKit/Source/wtf/VectorTest.cpp |
index 1e66770c2d8cde63a592c095fa7865dd79d63976..249827911bed08f7bf7a03857f89979fd3039d59 100644 |
--- a/third_party/WebKit/Source/wtf/VectorTest.cpp |
+++ b/third_party/WebKit/Source/wtf/VectorTest.cpp |
@@ -25,12 +25,12 @@ |
#include "wtf/Vector.h" |
+#include <memory> |
#include "testing/gtest/include/gtest/gtest.h" |
#include "wtf/HashSet.h" |
#include "wtf/Optional.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
namespace WTF { |