Index: Source/core/html/forms/BaseButtonInputType.cpp |
diff --git a/Source/core/html/BaseButtonInputType.cpp b/Source/core/html/forms/BaseButtonInputType.cpp |
similarity index 98% |
rename from Source/core/html/BaseButtonInputType.cpp |
rename to Source/core/html/forms/BaseButtonInputType.cpp |
index e0e07d418d22a21f6d3d1f5cef4f4df2c3c855f3..3ea90b5398e5d680b2fd52764ff9e1be95bf5d9a 100644 |
--- a/Source/core/html/BaseButtonInputType.cpp |
+++ b/Source/core/html/forms/BaseButtonInputType.cpp |
@@ -30,7 +30,7 @@ |
*/ |
#include "config.h" |
-#include "core/html/BaseButtonInputType.h" |
+#include "core/html/forms/BaseButtonInputType.h" |
#include "HTMLNames.h" |
#include "core/dom/Text.h" |