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

Unified Diff: Source/core/events/WheelEvent.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/WheelEvent.h ('k') | Source/core/events/WheelEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/WheelEvent.cpp
diff --git a/Source/core/dom/WheelEvent.cpp b/Source/core/events/WheelEvent.cpp
similarity index 98%
rename from Source/core/dom/WheelEvent.cpp
rename to Source/core/events/WheelEvent.cpp
index f2b71f6c8488607a0c80b71b87564b45f5b3019b..c252aa325cda9a70c3fad108a68e18c535727b3e 100644
--- a/Source/core/dom/WheelEvent.cpp
+++ b/Source/core/events/WheelEvent.cpp
@@ -22,10 +22,10 @@
*/
#include "config.h"
-#include "core/dom/WheelEvent.h"
+#include "core/events/WheelEvent.h"
#include "core/dom/Clipboard.h"
-#include "core/dom/EventNames.h"
+#include "core/events/EventNames.h"
#include "core/platform/PlatformWheelEvent.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/WheelEvent.h ('k') | Source/core/events/WheelEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698