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

Unified Diff: Source/core/events/TextEvent.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/SecurityPolicyViolationEvent.idl ('k') | Source/core/events/TextEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/TextEvent.h
diff --git a/Source/core/dom/TextEvent.h b/Source/core/events/TextEvent.h
similarity index 97%
rename from Source/core/dom/TextEvent.h
rename to Source/core/events/TextEvent.h
index a9bb41548f601e26d761888a2859d174b1c44752..0037670854374fa2ed1c184e4a6a28639eb0c05b 100644
--- a/Source/core/dom/TextEvent.h
+++ b/Source/core/events/TextEvent.h
@@ -27,9 +27,9 @@
#ifndef TextEvent_h
#define TextEvent_h
-#include "core/dom/EventNames.h"
-#include "core/dom/TextEventInputType.h"
-#include "core/dom/UIEvent.h"
+#include "core/events/EventNames.h"
+#include "core/events/TextEventInputType.h"
+#include "core/events/UIEvent.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/SecurityPolicyViolationEvent.idl ('k') | Source/core/events/TextEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698