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 9775d1fc773dd84caff544ddf47fd1d77765bb27..9efed0563efa01e28d5347b87af67ee288259e5c 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/platform/Platform.h" |
#include "public/platform/WebThread.h" |
#include "public/web/WebFrame.h" |