Index: Source/core/html/forms/BaseTextInputType.cpp |
diff --git a/Source/core/html/BaseTextInputType.cpp b/Source/core/html/forms/BaseTextInputType.cpp |
similarity index 97% |
rename from Source/core/html/BaseTextInputType.cpp |
rename to Source/core/html/forms/BaseTextInputType.cpp |
index f51a7bd52d3d75d3fe30557d0c24d9b191337314..54c0e74e0aa3d76509e7795105cd8bdd35aacbe3 100644 |
--- a/Source/core/html/BaseTextInputType.cpp |
+++ b/Source/core/html/forms/BaseTextInputType.cpp |
@@ -22,7 +22,7 @@ |
*/ |
#include "config.h" |
-#include "core/html/BaseTextInputType.h" |
+#include "core/html/forms/BaseTextInputType.h" |
#include "HTMLNames.h" |
#include "core/html/HTMLInputElement.h" |