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

Unified Diff: Source/core/events/EventListenerMap.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/EventListenerMap.h ('k') | Source/core/events/EventNames.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventListenerMap.cpp
diff --git a/Source/core/dom/EventListenerMap.cpp b/Source/core/events/EventListenerMap.cpp
similarity index 99%
rename from Source/core/dom/EventListenerMap.cpp
rename to Source/core/events/EventListenerMap.cpp
index 3d34f5925d28475e9364f5df7ddb59cfd31498f2..901f06314acff1a6e15d17a66244d96a73f0b3df 100644
--- a/Source/core/dom/EventListenerMap.cpp
+++ b/Source/core/events/EventListenerMap.cpp
@@ -31,9 +31,9 @@
*/
#include "config.h"
-#include "core/dom/EventListenerMap.h"
+#include "core/events/EventListenerMap.h"
-#include "core/dom/EventTarget.h"
+#include "core/events/EventTarget.h"
#include "wtf/StdLibExtras.h"
#include "wtf/Vector.h"
« no previous file with comments | « Source/core/events/EventListenerMap.h ('k') | Source/core/events/EventNames.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698