Index: third_party/WebKit/Source/platform/WebVectorTest.cpp |
diff --git a/third_party/WebKit/Source/platform/WebVectorTest.cpp b/third_party/WebKit/Source/platform/WebVectorTest.cpp |
index 939dacb46d2a67c0a4c11e49938869515f572c42..adc8733a17a8498d1c3e4764e24b0291ff644de1 100644 |
--- a/third_party/WebKit/Source/platform/WebVectorTest.cpp |
+++ b/third_party/WebKit/Source/platform/WebVectorTest.cpp |
@@ -4,9 +4,9 @@ |
#include "public/platform/WebVector.h" |
+#include "platform/wtf/StdLibExtras.h" |
+#include "platform/wtf/Vector.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "wtf/StdLibExtras.h" |
-#include "wtf/Vector.h" |
namespace blink { |