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

Unified Diff: Source/web/EventListenerWrapper.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/web/EditorClientImpl.cpp ('k') | Source/web/EventListenerWrapper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/EventListenerWrapper.h
diff --git a/Source/web/EventListenerWrapper.h b/Source/web/EventListenerWrapper.h
index de0e2d483cdb07a2042d6b7d487da5588acc11a6..af96812b702bcb6b76732983c7d0bcf0d4af6929 100644
--- a/Source/web/EventListenerWrapper.h
+++ b/Source/web/EventListenerWrapper.h
@@ -31,7 +31,7 @@
#ifndef EventListenerWrapper_h
#define EventListenerWrapper_h
-#include "core/dom/EventListener.h"
+#include "core/events/EventListener.h"
namespace WebCore {
class ScriptExecutionContext;
« no previous file with comments | « Source/web/EditorClientImpl.cpp ('k') | Source/web/EventListenerWrapper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698