Index: Source/core/html/forms/EmailInputType.cpp |
diff --git a/Source/core/html/EmailInputType.cpp b/Source/core/html/forms/EmailInputType.cpp |
similarity index 99% |
rename from Source/core/html/EmailInputType.cpp |
rename to Source/core/html/forms/EmailInputType.cpp |
index 90ae4bc62cb3d375e7e003cac26f81cb0159fe9d..e9333963ac63ffebd9384167f6a52511d7f8be4e 100644 |
--- a/Source/core/html/EmailInputType.cpp |
+++ b/Source/core/html/forms/EmailInputType.cpp |
@@ -22,10 +22,10 @@ |
*/ |
#include "config.h" |
-#include "core/html/EmailInputType.h" |
+#include "core/html/forms/EmailInputType.h" |
#include "core/html/HTMLInputElement.h" |
-#include "core/html/InputTypeNames.h" |
+#include "core/html/forms/InputTypeNames.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/page/Chrome.h" |
#include "core/page/ChromeClient.h" |