| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index e1f517b398e7ffc032128ac3eeccb669f5eb3779..cc4e4cfbef9127d91301cf05ba146505c758ca86 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -35,16 +35,16 @@
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/ScriptEventListener.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| -#include "core/dom/BeforeTextInsertedEvent.h"
|
| +#include "core/events/BeforeTextInsertedEvent.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/EventNames.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/IdTargetObserver.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/TouchController.h"
|
| -#include "core/dom/TouchEvent.h"
|
| +#include "core/events/TouchEvent.h"
|
| #include "core/dom/shadow/ElementShadow.h"
|
| #include "core/dom/shadow/InsertionPoint.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
|
|