| Index: Source/core/html/forms/CheckboxInputType.cpp
|
| diff --git a/Source/core/html/forms/CheckboxInputType.cpp b/Source/core/html/forms/CheckboxInputType.cpp
|
| index 73d4dc3217f364ed86f71a031505684712414ed4..88bf76d6bdea4145ac1e7ceeba259b14baf6a77e 100644
|
| --- a/Source/core/html/forms/CheckboxInputType.cpp
|
| +++ b/Source/core/html/forms/CheckboxInputType.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "config.h"
|
| #include "core/html/forms/CheckboxInputType.h"
|
|
|
| -#include "core/dom/KeyboardEvent.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/InputTypeNames.h"
|
| #include "core/platform/LocalizedStrings.h"
|
|
|