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

Unified Diff: Source/core/events/Event.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/Event.h ('k') | Source/core/events/Event.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/Event.cpp
diff --git a/Source/core/dom/Event.cpp b/Source/core/events/Event.cpp
similarity index 97%
rename from Source/core/dom/Event.cpp
rename to Source/core/events/Event.cpp
index 5b653df3bc5087e35d954177c86d98fcc33e658d..2e5faed8f8c60d802ebf283e6f5e39cb2c5dc9f0 100644
--- a/Source/core/dom/Event.cpp
+++ b/Source/core/events/Event.cpp
@@ -21,10 +21,10 @@
*/
#include "config.h"
-#include "core/dom/Event.h"
+#include "core/events/Event.h"
-#include "core/dom/EventNames.h"
-#include "core/dom/EventTarget.h"
+#include "core/events/EventNames.h"
+#include "core/events/EventTarget.h"
#include "core/dom/StaticNodeList.h"
#include "wtf/CurrentTime.h"
#include "wtf/text/AtomicString.h"
« no previous file with comments | « Source/core/events/Event.h ('k') | Source/core/events/Event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698