| Index: Source/core/page/EventHandler.cpp
|
| diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp
|
| index f2e549c81810f4cdba8b3f78fe735772e8388faa..eb00a9c7584daeed18862eb148c572144b4bde81 100644
|
| --- a/Source/core/page/EventHandler.cpp
|
| +++ b/Source/core/page/EventHandler.cpp
|
| @@ -33,19 +33,19 @@
|
| #include "SVGNames.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/DocumentEventQueue.h"
|
| +#include "core/events/DocumentEventQueue.h"
|
| #include "core/dom/DocumentMarkerController.h"
|
| -#include "core/dom/EventNames.h"
|
| -#include "core/dom/EventPathWalker.h"
|
| +#include "core/events/EventNames.h"
|
| +#include "core/events/EventPathWalker.h"
|
| #include "core/dom/FullscreenElementStack.h"
|
| -#include "core/dom/KeyboardEvent.h"
|
| -#include "core/dom/MouseEvent.h"
|
| -#include "core/dom/TextEvent.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| +#include "core/events/MouseEvent.h"
|
| +#include "core/events/TextEvent.h"
|
| #include "core/dom/TouchController.h"
|
| -#include "core/dom/TouchEvent.h"
|
| +#include "core/events/TouchEvent.h"
|
| #include "core/dom/TouchList.h"
|
| #include "core/dom/UserTypingGestureIndicator.h"
|
| -#include "core/dom/WheelEvent.h"
|
| +#include "core/events/WheelEvent.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
|
|