Index: Source/core/html/forms/ColorInputType.cpp |
diff --git a/Source/core/html/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp |
similarity index 98% |
rename from Source/core/html/ColorInputType.cpp |
rename to Source/core/html/forms/ColorInputType.cpp |
index 16a85e232b97cd632175fdc1138f1fd0ed281009..5c34028064446e40d7540a32d8d9b0d4c88fc5d6 100644 |
--- a/Source/core/html/ColorInputType.cpp |
+++ b/Source/core/html/forms/ColorInputType.cpp |
@@ -29,7 +29,7 @@ |
*/ |
#include "config.h" |
-#include "core/html/ColorInputType.h" |
+#include "core/html/forms/ColorInputType.h" |
#include "CSSPropertyNames.h" |
#include "RuntimeEnabledFeatures.h" |
@@ -41,7 +41,7 @@ |
#include "core/html/HTMLDivElement.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/HTMLOptionElement.h" |
-#include "core/html/InputTypeNames.h" |
+#include "core/html/forms/InputTypeNames.h" |
#include "core/page/Chrome.h" |
#include "core/platform/graphics/Color.h" |
#include "core/rendering/RenderView.h" |