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

Unified Diff: Source/core/events/ScopedEventQueue.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/ScopedEventQueue.h ('k') | Source/core/events/SecurityPolicyViolationEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ScopedEventQueue.cpp
diff --git a/Source/core/dom/ScopedEventQueue.cpp b/Source/core/events/ScopedEventQueue.cpp
similarity index 94%
rename from Source/core/dom/ScopedEventQueue.cpp
rename to Source/core/events/ScopedEventQueue.cpp
index 8072c595c6a4cd4a5d85d06d5bb049d10f456b78..aba041a8a9ab4f298e5abeedf93bac210f3fe5e8 100644
--- a/Source/core/dom/ScopedEventQueue.cpp
+++ b/Source/core/events/ScopedEventQueue.cpp
@@ -29,12 +29,12 @@
*/
#include "config.h"
-#include "core/dom/ScopedEventQueue.h"
+#include "core/events/ScopedEventQueue.h"
-#include "core/dom/Event.h"
-#include "core/dom/EventDispatchMediator.h"
-#include "core/dom/EventDispatcher.h"
-#include "core/dom/EventTarget.h"
+#include "core/events/Event.h"
+#include "core/events/EventDispatchMediator.h"
+#include "core/events/EventDispatcher.h"
+#include "core/events/EventTarget.h"
#include "wtf/OwnPtr.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « Source/core/events/ScopedEventQueue.h ('k') | Source/core/events/SecurityPolicyViolationEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698