| Index: Source/core/html/forms/InputType.cpp
|
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp
|
| index a3f38dcc7a4ad2b15798b5a760a3583c5f0eb850..fc3073b449ba2dbeb9ee13a3d910135531e4f74d 100644
|
| --- a/Source/core/html/forms/InputType.cpp
|
| +++ b/Source/core/html/forms/InputType.cpp
|
| @@ -30,9 +30,9 @@
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| -#include "core/dom/KeyboardEvent.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| #include "core/dom/NodeRenderStyle.h"
|
| -#include "core/dom/ScopedEventQueue.h"
|
| +#include "core/events/ScopedEventQueue.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/fileapi/FileList.h"
|
| #include "core/html/FormDataList.h"
|
|
|