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

Unified Diff: Source/core/events/EventDispatchMediator.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/EventDispatchMediator.h ('k') | Source/core/events/EventDispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventDispatchMediator.cpp
diff --git a/Source/core/dom/EventDispatchMediator.cpp b/Source/core/events/EventDispatchMediator.cpp
similarity index 94%
rename from Source/core/dom/EventDispatchMediator.cpp
rename to Source/core/events/EventDispatchMediator.cpp
index 45c92061a98826ef1f3b0ee1ddd115e3cd8be937..032d0b8f9ad50ca1950fd638d4fc92648fd6d85c 100644
--- a/Source/core/dom/EventDispatchMediator.cpp
+++ b/Source/core/events/EventDispatchMediator.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "core/dom/EventDispatchMediator.h"
+#include "core/events/EventDispatchMediator.h"
-#include "core/dom/Event.h"
-#include "core/dom/EventDispatcher.h"
+#include "core/events/Event.h"
+#include "core/events/EventDispatcher.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/EventDispatchMediator.h ('k') | Source/core/events/EventDispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698