Index: third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp |
diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp |
index de7b72803f1247d9e18723dfc56728070eccf9bc..18b319c25c855a0f987b3c77327966c810e95628 100644 |
--- a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp |
+++ b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp |
@@ -5,8 +5,6 @@ |
#include "core/loader/ThreadableLoader.h" |
#include "core/dom/ExecutionContextTask.h" |
-#include "core/fetch/MemoryCache.h" |
-#include "core/fetch/ResourceLoaderOptions.h" |
#include "core/loader/DocumentThreadableLoader.h" |
#include "core/loader/ThreadableLoaderClient.h" |
#include "core/loader/WorkerThreadableLoader.h" |
@@ -15,6 +13,8 @@ |
#include "core/workers/WorkerThreadTestHelper.h" |
#include "platform/WaitableEvent.h" |
#include "platform/geometry/IntSize.h" |
+#include "platform/loader/fetch/MemoryCache.h" |
+#include "platform/loader/fetch/ResourceLoaderOptions.h" |
#include "platform/network/ResourceError.h" |
#include "platform/network/ResourceRequest.h" |
#include "platform/network/ResourceResponse.h" |