Index: third_party/WebKit/Source/platform/loader/fetch/ResourceTest.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/ResourceTest.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceTest.cpp |
similarity index 95% |
rename from third_party/WebKit/Source/core/fetch/ResourceTest.cpp |
rename to third_party/WebKit/Source/platform/loader/fetch/ResourceTest.cpp |
index 5319046aea4aab568d774619abca5dee120620d1..494f99743a1984b42cea4fc13dfecaba5f050083 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceTest.cpp |
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceTest.cpp |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "core/fetch/Resource.h" |
+#include "platform/loader/fetch/Resource.h" |
-#include "core/fetch/MemoryCache.h" |
-#include "core/fetch/RawResource.h" |
#include "platform/SharedBuffer.h" |
+#include "platform/loader/fetch/MemoryCache.h" |
+#include "platform/loader/fetch/RawResource.h" |
#include "platform/network/ResourceRequest.h" |
#include "platform/network/ResourceResponse.h" |
#include "platform/testing/TestingPlatformSupport.h" |