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

Unified Diff: Source/core/dom/EventDispatcher.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/dom/EventDispatcher.h ('k') | Source/core/dom/EventException.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventDispatcher.cpp
diff --git a/Source/core/dom/EventDispatcher.cpp b/Source/core/dom/EventDispatcher.cpp
index 824cba381db8dc3f7e192f15d721cfc628a1b8f2..73ec4bb94ea4b1b5d8adfc3dc21a6b5247d6b6aa 100644
--- a/Source/core/dom/EventDispatcher.cpp
+++ b/Source/core/dom/EventDispatcher.cpp
@@ -24,21 +24,21 @@
*/
#include "config.h"
-#include "EventDispatcher.h"
-
-#include "ContainerNode.h"
-#include "ElementShadow.h"
-#include "EventContext.h"
-#include "EventDispatchMediator.h"
-#include "EventPathWalker.h"
-#include "EventRetargeter.h"
+#include "core/dom/EventDispatcher.h"
+
#include "HTMLMediaElement.h"
#include "InsertionPoint.h"
#include "InspectorInstrumentation.h"
-#include "MouseEvent.h"
-#include "ScopedEventQueue.h"
-#include "ShadowRoot.h"
-#include "WindowEventContext.h"
+#include "core/dom/ContainerNode.h"
+#include "core/dom/ElementShadow.h"
+#include "core/dom/EventContext.h"
+#include "core/dom/EventDispatchMediator.h"
+#include "core/dom/EventPathWalker.h"
+#include "core/dom/EventRetargeter.h"
+#include "core/dom/MouseEvent.h"
+#include "core/dom/ScopedEventQueue.h"
+#include "core/dom/ShadowRoot.h"
+#include "core/dom/WindowEventContext.h"
#include "core/page/FrameView.h"
#include <wtf/RefPtr.h>
#include <wtf/UnusedParam.h>
« no previous file with comments | « Source/core/dom/EventDispatcher.h ('k') | Source/core/dom/EventException.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698