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

Unified Diff: Source/core/events/EventRetargeter.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/EventQueue.h ('k') | Source/core/events/EventRetargeter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventRetargeter.h
diff --git a/Source/core/dom/EventRetargeter.h b/Source/core/events/EventRetargeter.h
similarity index 98%
rename from Source/core/dom/EventRetargeter.h
rename to Source/core/events/EventRetargeter.h
index ea5b36e8c81535e4661af80ec0ff3eb2e36a13eb..e61955e957995389ca4c09af95e5af6334589859 100644
--- a/Source/core/dom/EventRetargeter.h
+++ b/Source/core/events/EventRetargeter.h
@@ -22,7 +22,7 @@
#include "SVGNames.h"
#include "core/dom/ContainerNode.h"
-#include "core/dom/EventContext.h"
+#include "core/events/EventContext.h"
#include "core/dom/shadow/ShadowRoot.h"
#include "core/svg/SVGElementInstance.h"
#include "core/svg/SVGUseElement.h"
« no previous file with comments | « Source/core/events/EventQueue.h ('k') | Source/core/events/EventRetargeter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698