Index: Source/core/html/CheckboxInputType.cpp |
diff --git a/Source/core/html/CheckboxInputType.cpp b/Source/core/html/CheckboxInputType.cpp |
index 191150e80880a6443e4c9be86b706352356d45c6..ec0f5cac606dd90a49d194116380a4c96d2997b9 100644 |
--- a/Source/core/html/CheckboxInputType.cpp |
+++ b/Source/core/html/CheckboxInputType.cpp |
@@ -34,7 +34,7 @@ |
#include "HTMLInputElement.h" |
#include "InputTypeNames.h" |
-#include "KeyboardEvent.h" |
+#include "core/dom/KeyboardEvent.h" |
#include "core/platform/LocalizedStrings.h" |
#include <wtf/PassOwnPtr.h> |