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

Unified Diff: Source/core/events/RegisteredEventListener.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/ProgressEvent.idl ('k') | Source/core/events/ResourceProgressEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/RegisteredEventListener.h
diff --git a/Source/core/dom/RegisteredEventListener.h b/Source/core/events/RegisteredEventListener.h
similarity index 97%
rename from Source/core/dom/RegisteredEventListener.h
rename to Source/core/events/RegisteredEventListener.h
index 7dde5576a5c5bfffa370690d7a3a67623e9325e1..5da1fb9ebaf39c9b9a484a7b41f65779913d5199 100644
--- a/Source/core/dom/RegisteredEventListener.h
+++ b/Source/core/events/RegisteredEventListener.h
@@ -24,7 +24,7 @@
#ifndef RegisteredEventListener_h
#define RegisteredEventListener_h
-#include "core/dom/EventListener.h"
+#include "core/events/EventListener.h"
#include "wtf/RefPtr.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/ProgressEvent.idl ('k') | Source/core/events/ResourceProgressEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698