Index: Source/core/page/DragController.cpp |
diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp |
index 0009a1bd1613da28207e04197073cbcd56582a17..26e14e1910699b2deb048d8ba4cd74c4b53e6653 100644 |
--- a/Source/core/page/DragController.cpp |
+++ b/Source/core/page/DragController.cpp |
@@ -36,7 +36,6 @@ |
#include "core/dom/Element.h" |
#include "core/dom/Node.h" |
#include "core/dom/Text.h" |
-#include "core/events/TextEvent.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/editing/Editor.h" |
#include "core/editing/FrameSelection.h" |
@@ -44,8 +43,11 @@ |
#include "core/editing/ReplaceSelectionCommand.h" |
#include "core/editing/htmlediting.h" |
#include "core/editing/markup.h" |
+#include "core/events/TextEvent.h" |
#include "core/fetch/ImageResource.h" |
#include "core/fetch/ResourceFetcher.h" |
+#include "core/frame/Frame.h" |
+#include "core/frame/FrameView.h" |
#include "core/html/HTMLAnchorElement.h" |
#include "core/html/HTMLFormElement.h" |
#include "core/html/HTMLInputElement.h" |
@@ -57,15 +59,12 @@ |
#include "core/page/DragSession.h" |
#include "core/page/DragState.h" |
#include "core/page/EventHandler.h" |
-#include "core/frame/Frame.h" |
-#include "core/frame/FrameView.h" |
#include "core/page/Page.h" |
#include "core/page/Settings.h" |
#include "core/platform/DragData.h" |
#include "core/platform/DragImage.h" |
#include "core/platform/chromium/ChromiumDataObject.h" |
#include "core/platform/graphics/Image.h" |
-#include "core/platform/network/ResourceRequest.h" |
#include "core/rendering/HitTestRequest.h" |
#include "core/rendering/HitTestResult.h" |
#include "core/rendering/RenderImage.h" |
@@ -73,6 +72,7 @@ |
#include "core/rendering/RenderView.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/graphics/ImageOrientation.h" |
+#include "platform/network/ResourceRequest.h" |
#include "weborigin/SecurityOrigin.h" |
#include "wtf/CurrentTime.h" |
#include "wtf/OwnPtr.h" |