Index: third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp |
index 3b3ccb76e8f01ac9aaf09f3fc89c8b41981cbcbf..d4025fb7a8d53d85f25e2be32811f0ac6b030ce0 100644 |
--- a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp |
@@ -36,6 +36,9 @@ |
#include "platform/SerializedResource.h" |
#include "platform/testing/URLTestHelpers.h" |
#include "platform/testing/UnitTestHelpers.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/Deque.h" |
+#include "platform/wtf/Vector.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebString.h" |
#include "public/platform/WebThread.h" |
@@ -48,9 +51,6 @@ |
#include "web/WebLocalFrameImpl.h" |
#include "web/WebViewImpl.h" |
#include "web/tests/FrameTestHelpers.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/Deque.h" |
-#include "wtf/Vector.h" |
using blink::URLTestHelpers::toKURL; |
using blink::URLTestHelpers::registerMockedURLLoad; |