Index: third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h |
diff --git a/third_party/WebKit/Source/core/fetch/MockFetchContext.h b/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h |
similarity index 96% |
rename from third_party/WebKit/Source/core/fetch/MockFetchContext.h |
rename to third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h |
index 01e52d09c56ea6ad670f9aa6ccaa1a3390088bf8..261b551ba68158c84209d2ff7e4850e65715acbe 100644 |
--- a/third_party/WebKit/Source/core/fetch/MockFetchContext.h |
+++ b/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h |
@@ -5,8 +5,8 @@ |
#ifndef MockFetchContext_h |
#define MockFetchContext_h |
-#include "core/fetch/FetchContext.h" |
-#include "core/fetch/FetchRequest.h" |
+#include "platform/loader/fetch/FetchContext.h" |
+#include "platform/loader/fetch/FetchRequest.h" |
#include "platform/network/ResourceTimingInfo.h" |
#include "platform/scheduler/test/fake_web_task_runner.h" |
#include "wtf/PtrUtil.h" |