Index: third_party/WebKit/Source/web/WebLeakDetector.cpp |
diff --git a/third_party/WebKit/Source/web/WebLeakDetector.cpp b/third_party/WebKit/Source/web/WebLeakDetector.cpp |
index 755a7640a1b2c40cd5ce1c2bb3662bf0d8f06fcf..3a7ec193f1dddf8640a8358162c70e5afbb7d304 100644 |
--- a/third_party/WebKit/Source/web/WebLeakDetector.cpp |
+++ b/third_party/WebKit/Source/web/WebLeakDetector.cpp |
@@ -33,12 +33,12 @@ |
#include "bindings/core/v8/V8GCController.h" |
#include "core/editing/spellcheck/IdleSpellCheckCallback.h" |
#include "core/editing/spellcheck/SpellChecker.h" |
-#include "core/fetch/MemoryCache.h" |
#include "core/workers/InProcessWorkerMessagingProxy.h" |
#include "core/workers/WorkerThread.h" |
#include "modules/compositorworker/AbstractAnimationWorkletThread.h" |
#include "platform/InstanceCounters.h" |
#include "platform/Timer.h" |
+#include "platform/loader/fetch/MemoryCache.h" |
#include "public/web/WebFrame.h" |
#include "web/WebLocalFrameImpl.h" |