Index: Source/core/html/forms/TextInputType.cpp |
diff --git a/Source/core/html/TextInputType.cpp b/Source/core/html/forms/TextInputType.cpp |
similarity index 96% |
rename from Source/core/html/TextInputType.cpp |
rename to Source/core/html/forms/TextInputType.cpp |
index 5ae6784179aade6de61be01dd54556f0ee134466..0b1d56dcdc72dcb434611a68aa9266ccdeb95656 100644 |
--- a/Source/core/html/TextInputType.cpp |
+++ b/Source/core/html/forms/TextInputType.cpp |
@@ -29,10 +29,10 @@ |
*/ |
#include "config.h" |
-#include "core/html/TextInputType.h" |
+#include "core/html/forms/TextInputType.h" |
#include "core/html/HTMLInputElement.h" |
-#include "core/html/InputTypeNames.h" |
+#include "core/html/forms/InputTypeNames.h" |
#include "wtf/PassOwnPtr.h" |
namespace WebCore { |