| Index: Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
|
| index 649bffd3745b070f87bcfcfd22f5dfe39a2f5031..125eb3d9c74fceb50724b8baa72a547a0134b41e 100644
|
| --- a/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/Source/core/html/forms/RangeInputType.cpp
|
| @@ -35,11 +35,11 @@
|
| #include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| -#include "core/dom/KeyboardEvent.h"
|
| -#include "core/dom/MouseEvent.h"
|
| -#include "core/dom/ScopedEventQueue.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| +#include "core/events/MouseEvent.h"
|
| +#include "core/events/ScopedEventQueue.h"
|
| #include "core/dom/Touch.h"
|
| -#include "core/dom/TouchEvent.h"
|
| +#include "core/events/TouchEvent.h"
|
| #include "core/dom/TouchList.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/html/HTMLDataListElement.h"
|
|
|