Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1442)

Unified Diff: Source/core/page/TouchAdjustment.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/SuspendableTimer.cpp ('k') | Source/core/page/TouchDisambiguation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « Source/core/page/SuspendableTimer.cpp ('k') | Source/core/page/TouchDisambiguation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698