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

Unified Diff: Source/core/dom/Node.cpp

Issue 26558004: Revert 158219 "Move dom/*Event* to events to match the DOM vs. E..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1651/
Patch Set: Created 7 years, 2 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/dom/Node.h ('k') | Source/core/dom/OverflowEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.cpp
===================================================================
--- Source/core/dom/Node.cpp (revision 159156)
+++ Source/core/dom/Node.cpp (working copy)
@@ -33,7 +33,7 @@
#include "core/accessibility/AXObjectCache.h"
#include "core/dom/Attr.h"
#include "core/dom/Attribute.h"
-#include "core/events/BeforeLoadEvent.h"
+#include "core/dom/BeforeLoadEvent.h"
#include "core/dom/ChildListMutationScope.h"
#include "core/dom/ChildNodeList.h"
#include "core/dom/ClassNodeList.h"
@@ -43,17 +43,17 @@
#include "core/dom/DocumentType.h"
#include "core/dom/Element.h"
#include "core/dom/ElementRareData.h"
-#include "core/events/Event.h"
-#include "core/events/EventDispatchMediator.h"
-#include "core/events/EventDispatcher.h"
-#include "core/events/EventListener.h"
-#include "core/events/EventNames.h"
+#include "core/dom/Event.h"
+#include "core/dom/EventDispatchMediator.h"
+#include "core/dom/EventDispatcher.h"
+#include "core/dom/EventListener.h"
+#include "core/dom/EventNames.h"
#include "core/dom/ExceptionCode.h"
-#include "core/events/GestureEvent.h"
-#include "core/events/KeyboardEvent.h"
+#include "core/dom/GestureEvent.h"
+#include "core/dom/KeyboardEvent.h"
#include "core/dom/LiveNodeList.h"
-#include "core/events/MouseEvent.h"
-#include "core/events/MutationEvent.h"
+#include "core/dom/MouseEvent.h"
+#include "core/dom/MutationEvent.h"
#include "core/dom/NameNodeList.h"
#include "core/dom/NodeRareData.h"
#include "core/dom/NodeTraversal.h"
@@ -62,14 +62,14 @@
#include "core/dom/TagNodeList.h"
#include "core/dom/TemplateContentDocumentFragment.h"
#include "core/dom/Text.h"
-#include "core/events/TextEvent.h"
+#include "core/dom/TextEvent.h"
#include "core/dom/TouchController.h"
-#include "core/events/TouchEvent.h"
+#include "core/dom/TouchEvent.h"
#include "core/dom/TreeScopeAdopter.h"
-#include "core/events/UIEvent.h"
+#include "core/dom/UIEvent.h"
#include "core/dom/UserActionElementSet.h"
#include "core/dom/WheelController.h"
-#include "core/events/WheelEvent.h"
+#include "core/dom/WheelEvent.h"
#include "core/dom/shadow/ElementShadow.h"
#include "core/dom/shadow/InsertionPoint.h"
#include "core/dom/shadow/ShadowRoot.h"
« no previous file with comments | « Source/core/dom/Node.h ('k') | Source/core/dom/OverflowEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698