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

Unified Diff: Source/core/page/EventHandler.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/EventHandler.h ('k') | Source/core/page/EventSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventHandler.cpp
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp
index 1a4f0eaad8c7863f1a0bd7a25be707b58a205c86..eab18a5c0a4d51284c2991fad25e2c3260c522af 100644
--- a/Source/core/page/EventHandler.cpp
+++ b/Source/core/page/EventHandler.cpp
@@ -28,26 +28,26 @@
#include "config.h"
#include "core/page/EventHandler.h"
-#include "Document.h"
-#include "DocumentEventQueue.h"
-#include "EventNames.h"
-#include "EventPathWalker.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLFrameElementBase.h"
#include "HTMLFrameSetElement.h"
#include "HTMLInputElement.h"
#include "HTMLNames.h"
#include "InspectorInstrumentation.h"
-#include "KeyboardEvent.h"
-#include "MouseEvent.h"
#include "PluginDocument.h"
-#include "ShadowRoot.h"
-#include "TextEvent.h"
-#include "TouchEvent.h"
-#include "TouchList.h"
-#include "UserTypingGestureIndicator.h"
-#include "WheelEvent.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentEventQueue.h"
+#include "core/dom/EventNames.h"
+#include "core/dom/EventPathWalker.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/KeyboardEvent.h"
+#include "core/dom/MouseEvent.h"
+#include "core/dom/ShadowRoot.h"
+#include "core/dom/TextEvent.h"
+#include "core/dom/TouchEvent.h"
+#include "core/dom/TouchList.h"
+#include "core/dom/UserTypingGestureIndicator.h"
+#include "core/dom/WheelEvent.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
#include "core/editing/TextIterator.h"
« no previous file with comments | « Source/core/page/EventHandler.h ('k') | Source/core/page/EventSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698