Index: Source/core/html/forms/CheckboxInputType.cpp |
diff --git a/Source/core/html/forms/CheckboxInputType.cpp b/Source/core/html/forms/CheckboxInputType.cpp |
index 9c604bb729fc6bc18b7659d27dc063a237ff17cc..9a77643e4310ec4f3185b8def23842ab0da2a72f 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 "InputTypeNames.h" |
+#include "core/InputTypeNames.h" |
#include "core/events/KeyboardEvent.h" |
#include "core/html/HTMLInputElement.h" |
#include "platform/text/PlatformLocale.h" |