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

Unified Diff: Source/core/input/EventHandler.cpp

Issue 1148813007: Move EventHandler from core/page/ to core/input (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary file Created 5 years, 6 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/input/EventHandler.h ('k') | Source/core/inspector/InspectorInputAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/input/EventHandler.cpp
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/input/EventHandler.cpp
similarity index 99%
copy from Source/core/page/EventHandler.cpp
copy to Source/core/input/EventHandler.cpp
index 17680fb568c943022b1296e3bf08c7893a8f51ad..5ce38751106f6d06f862f27b290b771cca457905 100644
--- a/Source/core/page/EventHandler.cpp
+++ b/Source/core/input/EventHandler.cpp
@@ -26,7 +26,7 @@
*/
#include "config.h"
-#include "core/page/EventHandler.h"
+#include "core/input/EventHandler.h"
#include "bindings/core/v8/ExceptionStatePlaceholder.h"
#include "core/HTMLNames.h"
« no previous file with comments | « Source/core/input/EventHandler.h ('k') | Source/core/inspector/InspectorInputAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698