Index: Source/core/page/DragController.cpp |
diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp |
index c26968238552ad024cd84d9cda096657a2a1968f..877610a78ac918e255ac3d72d3188005235de225 100644 |
--- a/Source/core/page/DragController.cpp |
+++ b/Source/core/page/DragController.cpp |
@@ -43,8 +43,8 @@ |
#include "core/editing/EditingUtilities.h" |
#include "core/editing/Editor.h" |
#include "core/editing/FrameSelection.h" |
-#include "core/editing/MoveSelectionCommand.h" |
-#include "core/editing/ReplaceSelectionCommand.h" |
+#include "core/editing/commands/MoveSelectionCommand.h" |
+#include "core/editing/commands/ReplaceSelectionCommand.h" |
#include "core/editing/serializers/Serialization.h" |
#include "core/events/TextEvent.h" |
#include "core/fetch/ImageResource.h" |