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

Unified Diff: Source/core/events/EventDispatcher.cpp

Issue 23983049: Move dom/*Event* to events to match the DOM vs. Events spec separation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/events/EventDispatcher.h ('k') | Source/core/events/EventFactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventDispatcher.cpp
diff --git a/Source/core/dom/EventDispatcher.cpp b/Source/core/events/EventDispatcher.cpp
similarity index 97%
rename from Source/core/dom/EventDispatcher.cpp
rename to Source/core/events/EventDispatcher.cpp
index 9bcfb1134e771723e78f9696c9f83a772d9f9fa3..20bc6588d510c0e6179a7423b818ab6c7eb44eec 100644
--- a/Source/core/dom/EventDispatcher.cpp
+++ b/Source/core/events/EventDispatcher.cpp
@@ -24,15 +24,15 @@
*/
#include "config.h"
-#include "core/dom/EventDispatcher.h"
+#include "core/events/EventDispatcher.h"
#include "core/dom/ContainerNode.h"
-#include "core/dom/EventContext.h"
-#include "core/dom/EventDispatchMediator.h"
-#include "core/dom/EventRetargeter.h"
-#include "core/dom/MouseEvent.h"
-#include "core/dom/ScopedEventQueue.h"
-#include "core/dom/WindowEventContext.h"
+#include "core/events/EventContext.h"
+#include "core/events/EventDispatchMediator.h"
+#include "core/events/EventRetargeter.h"
+#include "core/events/MouseEvent.h"
+#include "core/events/ScopedEventQueue.h"
+#include "core/events/WindowEventContext.h"
#include "core/inspector/InspectorInstrumentation.h"
#include "core/page/FrameView.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « Source/core/events/EventDispatcher.h ('k') | Source/core/events/EventFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698