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

Unified Diff: Source/core/dom/Document.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/Document.h ('k') | Source/core/dom/DocumentEventQueue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.cpp
===================================================================
--- Source/core/dom/Document.cpp (revision 159156)
+++ Source/core/dom/Document.cpp (working copy)
@@ -55,14 +55,14 @@
#include "core/css/resolver/FontBuilder.h"
#include "core/css/resolver/StyleResolver.h"
#include "core/dom/Attr.h"
-#include "core/events/BeforeUnloadEvent.h"
+#include "core/dom/BeforeUnloadEvent.h"
#include "core/dom/CDATASection.h"
#include "core/dom/Comment.h"
#include "core/dom/ContextFeatures.h"
#include "core/dom/CustomElementRegistrationContext.h"
#include "core/dom/DOMImplementation.h"
#include "core/dom/DOMNamedFlowCollection.h"
-#include "core/events/DocumentEventQueue.h"
+#include "core/dom/DocumentEventQueue.h"
#include "core/dom/DocumentFragment.h"
#include "core/dom/DocumentLifecycleObserver.h"
#include "core/dom/DocumentMarkerController.h"
@@ -70,12 +70,12 @@
#include "core/dom/DocumentType.h"
#include "core/dom/Element.h"
#include "core/dom/ElementTraversal.h"
-#include "core/events/Event.h"
-#include "core/events/EventFactory.h"
-#include "core/events/EventListener.h"
-#include "core/events/EventNames.h"
+#include "core/dom/Event.h"
+#include "core/dom/EventFactory.h"
+#include "core/dom/EventListener.h"
+#include "core/dom/EventNames.h"
#include "core/dom/ExceptionCode.h"
-#include "core/events/HashChangeEvent.h"
+#include "core/dom/HashChangeEvent.h"
#include "core/dom/NamedFlowCollection.h"
#include "core/dom/NodeFilter.h"
#include "core/dom/NodeIterator.h"
@@ -84,13 +84,13 @@
#include "core/dom/NodeRenderingTraversal.h"
#include "core/dom/NodeTraversal.h"
#include "core/dom/NodeWithIndex.h"
-#include "core/events/PageTransitionEvent.h"
-#include "core/events/PopStateEvent.h"
+#include "core/dom/PageTransitionEvent.h"
+#include "core/dom/PopStateEvent.h"
#include "core/dom/PostAttachCallbacks.h"
#include "core/dom/ProcessingInstruction.h"
#include "core/dom/QualifiedName.h"
#include "core/dom/RequestAnimationFrameCallback.h"
-#include "core/events/ScopedEventQueue.h"
+#include "core/dom/ScopedEventQueue.h"
#include "core/dom/ScriptRunner.h"
#include "core/dom/ScriptedAnimationController.h"
#include "core/dom/SelectorQuery.h"
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/DocumentEventQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698