Index: Source/core/html/forms/URLInputType.cpp |
diff --git a/Source/core/html/URLInputType.cpp b/Source/core/html/forms/URLInputType.cpp |
similarity index 96% |
rename from Source/core/html/URLInputType.cpp |
rename to Source/core/html/forms/URLInputType.cpp |
index a84fd2f792e2b389b84484cd26e681c25b8add24..4b2ebfba8926fed1eb8029af3b7f67e395ef32bf 100644 |
--- a/Source/core/html/URLInputType.cpp |
+++ b/Source/core/html/forms/URLInputType.cpp |
@@ -29,10 +29,10 @@ |
*/ |
#include "config.h" |
-#include "core/html/URLInputType.h" |
+#include "core/html/forms/URLInputType.h" |
#include "core/html/HTMLInputElement.h" |
-#include "core/html/InputTypeNames.h" |
+#include "core/html/forms/InputTypeNames.h" |
#include "core/platform/LocalizedStrings.h" |
#include "wtf/PassOwnPtr.h" |