Index: third_party/WebKit/Source/core/editing/Editor.cpp |
diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp |
index 8aea7a94f31338a43df696c93aed346760424c71..47433a7cebee6607a39dc9fbb688ba60ec2d76fd 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.cpp |
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp |
@@ -62,7 +62,6 @@ |
#include "core/events/KeyboardEvent.h" |
#include "core/events/ScopedEventQueue.h" |
#include "core/events/TextEvent.h" |
-#include "core/fetch/ImageResourceContent.h" |
#include "core/fetch/ResourceFetcher.h" |
#include "core/frame/FrameView.h" |
#include "core/frame/LocalFrame.h" |
@@ -80,6 +79,7 @@ |
#include "core/layout/HitTestResult.h" |
#include "core/layout/LayoutImage.h" |
#include "core/loader/EmptyClients.h" |
+#include "core/loader/resource/ImageResourceContent.h" |
#include "core/page/DragData.h" |
#include "core/page/EditorClient.h" |
#include "core/page/FocusController.h" |