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

Unified Diff: Source/core/events/GenericEventQueue.h

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/FocusEvent.idl ('k') | Source/core/events/GenericEventQueue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/GenericEventQueue.h
diff --git a/Source/core/dom/GenericEventQueue.h b/Source/core/events/GenericEventQueue.h
similarity index 96%
rename from Source/core/dom/GenericEventQueue.h
rename to Source/core/events/GenericEventQueue.h
index a4d1c20b9334ae90528e5472d6be2059c2fa8687..89aaccfffc8a510d2d2912402d84e4f47850257f 100644
--- a/Source/core/dom/GenericEventQueue.h
+++ b/Source/core/events/GenericEventQueue.h
@@ -26,8 +26,8 @@
#ifndef GenericEventQueue_h
#define GenericEventQueue_h
-#include "core/dom/EventQueue.h"
-#include "core/dom/EventTarget.h"
+#include "core/events/EventQueue.h"
+#include "core/events/EventTarget.h"
#include "core/platform/Timer.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « Source/core/events/FocusEvent.idl ('k') | Source/core/events/GenericEventQueue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698