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

Unified Diff: Source/core/events/TouchEvent.cpp

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/TouchEvent.h ('k') | Source/core/events/TouchEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/TouchEvent.cpp
diff --git a/Source/core/dom/TouchEvent.cpp b/Source/core/events/TouchEvent.cpp
similarity index 96%
rename from Source/core/dom/TouchEvent.cpp
rename to Source/core/events/TouchEvent.cpp
index a5c45dcf5fcc2b8d8c7278e0cf10b718263af519..1408e0e1dd800645d0e3b73b36a42338a386c214 100644
--- a/Source/core/dom/TouchEvent.cpp
+++ b/Source/core/events/TouchEvent.cpp
@@ -26,11 +26,11 @@
#include "config.h"
-#include "core/dom/TouchEvent.h"
+#include "core/events/TouchEvent.h"
-#include "core/dom/EventDispatcher.h"
-#include "core/dom/EventNames.h"
-#include "core/dom/EventRetargeter.h"
+#include "core/events/EventDispatcher.h"
+#include "core/events/EventNames.h"
+#include "core/events/EventRetargeter.h"
#include "core/dom/TouchList.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/TouchEvent.h ('k') | Source/core/events/TouchEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698