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

Unified Diff: Source/core/events/UIEventWithKeyState.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/UIEventWithKeyState.h ('k') | Source/core/events/WebKitAnimationEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/UIEventWithKeyState.cpp
diff --git a/Source/core/dom/UIEventWithKeyState.cpp b/Source/core/events/UIEventWithKeyState.cpp
similarity index 96%
rename from Source/core/dom/UIEventWithKeyState.cpp
rename to Source/core/events/UIEventWithKeyState.cpp
index da510d93d4ef2a584d7b70604a8c04927dc64e64..9c8ab576c5889330f95a3eb2ac52a6b2548af936 100644
--- a/Source/core/dom/UIEventWithKeyState.cpp
+++ b/Source/core/events/UIEventWithKeyState.cpp
@@ -19,7 +19,7 @@
*/
#include "config.h"
-#include "core/dom/UIEventWithKeyState.h"
+#include "core/events/UIEventWithKeyState.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/UIEventWithKeyState.h ('k') | Source/core/events/WebKitAnimationEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698