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

Unified Diff: Source/core/events/TouchEvent.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/TextEventInputType.h ('k') | Source/core/events/TouchEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/TouchEvent.h
diff --git a/Source/core/dom/TouchEvent.h b/Source/core/events/TouchEvent.h
similarity index 97%
rename from Source/core/dom/TouchEvent.h
rename to Source/core/events/TouchEvent.h
index 45a38dde917f3ce92cb1c0135f947af4667d76f8..11ad47f270dc554a8ad6354a5721245703e430f5 100644
--- a/Source/core/dom/TouchEvent.h
+++ b/Source/core/events/TouchEvent.h
@@ -27,8 +27,8 @@
#ifndef TouchEvent_h
#define TouchEvent_h
-#include "core/dom/EventDispatchMediator.h"
-#include "core/dom/MouseRelatedEvent.h"
+#include "core/events/EventDispatchMediator.h"
+#include "core/events/MouseRelatedEvent.h"
#include "core/dom/TouchList.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/TextEventInputType.h ('k') | Source/core/events/TouchEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698