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

Unified Diff: Source/core/events/EventTarget.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/EventSender.h ('k') | Source/core/events/EventTarget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventTarget.h
diff --git a/Source/core/dom/EventTarget.h b/Source/core/events/EventTarget.h
similarity index 99%
rename from Source/core/dom/EventTarget.h
rename to Source/core/events/EventTarget.h
index 3a5dc0ab9cbc4be6090a7660ae1b1aa345505d96..7675e1cdf257581ef4963864fa03c4aba547166b 100644
--- a/Source/core/dom/EventTarget.h
+++ b/Source/core/events/EventTarget.h
@@ -32,8 +32,8 @@
#ifndef EventTarget_h
#define EventTarget_h
-#include "core/dom/EventListenerMap.h"
-#include "core/dom/EventNames.h"
+#include "core/events/EventListenerMap.h"
+#include "core/events/EventNames.h"
#include "wtf/Forward.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/EventSender.h ('k') | Source/core/events/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698