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

Unified Diff: Source/core/events/TransitionEvent.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/TransitionEvent.h ('k') | Source/core/events/TransitionEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/TransitionEvent.cpp
diff --git a/Source/core/dom/TransitionEvent.cpp b/Source/core/events/TransitionEvent.cpp
similarity index 97%
rename from Source/core/dom/TransitionEvent.cpp
rename to Source/core/events/TransitionEvent.cpp
index 346a66fa0cb53763d054236a081223f34f86590b..3a0003041da5c5456f4fb785e3007736efdf2040 100644
--- a/Source/core/dom/TransitionEvent.cpp
+++ b/Source/core/events/TransitionEvent.cpp
@@ -25,9 +25,9 @@
*/
#include "config.h"
-#include "core/dom/TransitionEvent.h"
+#include "core/events/TransitionEvent.h"
-#include "core/dom/EventNames.h"
+#include "core/events/EventNames.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/TransitionEvent.h ('k') | Source/core/events/TransitionEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698