Index: Source/core/page/TouchAdjustment.cpp |
diff --git a/Source/core/page/TouchAdjustment.cpp b/Source/core/page/TouchAdjustment.cpp |
index ce0bdc9b9dcfd34718ad71369af3f3e10438304b..e08b10170be8c93e46bbfb0e5e0340059fd43908 100644 |
--- a/Source/core/page/TouchAdjustment.cpp |
+++ b/Source/core/page/TouchAdjustment.cpp |
@@ -21,15 +21,15 @@ |
#include "core/page/TouchAdjustment.h" |
-#include "ContainerNode.h" |
#include "HTMLFrameOwnerElement.h" |
#include "HTMLInputElement.h" |
#include "HTMLLabelElement.h" |
#include "HTMLNames.h" |
-#include "Node.h" |
-#include "NodeRenderStyle.h" |
-#include "ShadowRoot.h" |
-#include "Text.h" |
+#include "core/dom/ContainerNode.h" |
+#include "core/dom/Node.h" |
+#include "core/dom/NodeRenderStyle.h" |
+#include "core/dom/ShadowRoot.h" |
+#include "core/dom/Text.h" |
#include "core/editing/Editor.h" |
#include "core/page/FrameView.h" |
#include "core/platform/graphics/FloatPoint.h" |