Index: third_party/WebKit/Source/core/page/Page.cpp |
diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp |
index 50684c3e4732bfb1bb176a7f1530508540e1bb8e..cd71b2907eab79a113515580c89d06bbf86c117f 100644 |
--- a/third_party/WebKit/Source/core/page/Page.cpp |
+++ b/third_party/WebKit/Source/core/page/Page.cpp |
@@ -30,7 +30,6 @@ |
#include "core/editing/DragCaretController.h" |
#include "core/editing/markers/DocumentMarkerController.h" |
#include "core/events/Event.h" |
-#include "core/fetch/ResourceFetcher.h" |
#include "core/frame/DOMTimer.h" |
#include "core/frame/FrameConsole.h" |
#include "core/frame/FrameHost.h" |
@@ -55,6 +54,7 @@ |
#include "core/paint/PaintLayer.h" |
#include "platform/WebFrameScheduler.h" |
#include "platform/graphics/GraphicsLayer.h" |
+#include "platform/loader/fetch/ResourceFetcher.h" |
#include "platform/plugins/PluginData.h" |
#include "public/platform/Platform.h" |