Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
index ef843ee041c237a21c2cebdc0985abd20615e032..60a65d4167ebcc6bf180365b6f94d7729ee9ce0e 100644 |
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
@@ -33,13 +33,13 @@ |
#include "core/dom/TaskRunnerHelper.h" |
#include "core/events/ErrorEvent.h" |
#include "core/events/EventTarget.h" |
-#include "core/fetch/MemoryCache.h" |
#include "core/frame/UseCounter.h" |
#include "core/html/PublicURLManager.h" |
#include "core/inspector/ConsoleMessage.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/workers/WorkerGlobalScope.h" |
#include "core/workers/WorkerThread.h" |
+#include "platform/loader/fetch/MemoryCache.h" |
#include "platform/weborigin/SecurityPolicy.h" |
#include "wtf/PtrUtil.h" |
#include <memory> |