Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1240)

Unified Diff: Source/core/html/forms/InputType.cpp

Issue 24246011: Move form-related 78 files to core/html/forms/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/InputType.h ('k') | Source/core/html/forms/InputTypeNames.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputType.cpp
diff --git a/Source/core/html/InputType.cpp b/Source/core/html/forms/InputType.cpp
similarity index 95%
rename from Source/core/html/InputType.cpp
rename to Source/core/html/forms/InputType.cpp
index 99cd851e32b8cef64fa0038d87e9c22aff626391..a3f38dcc7a4ad2b15798b5a760a3583c5f0eb850 100644
--- a/Source/core/html/InputType.cpp
+++ b/Source/core/html/forms/InputType.cpp
@@ -26,7 +26,7 @@
*/
#include "config.h"
-#include "core/html/InputType.h"
+#include "core/html/forms/InputType.h"
#include "RuntimeEnabledFeatures.h"
#include "core/accessibility/AXObjectCache.h"
@@ -35,32 +35,32 @@
#include "core/dom/ScopedEventQueue.h"
#include "core/dom/shadow/ShadowRoot.h"
#include "core/fileapi/FileList.h"
-#include "core/html/ButtonInputType.h"
-#include "core/html/CheckboxInputType.h"
-#include "core/html/ColorInputType.h"
-#include "core/html/DateInputType.h"
-#include "core/html/DateTimeLocalInputType.h"
-#include "core/html/EmailInputType.h"
-#include "core/html/FileInputType.h"
-#include "core/html/FormController.h"
#include "core/html/FormDataList.h"
#include "core/html/HTMLInputElement.h"
-#include "core/html/HiddenInputType.h"
-#include "core/html/ImageInputType.h"
-#include "core/html/InputTypeNames.h"
-#include "core/html/MonthInputType.h"
-#include "core/html/NumberInputType.h"
-#include "core/html/PasswordInputType.h"
-#include "core/html/RadioInputType.h"
-#include "core/html/RangeInputType.h"
-#include "core/html/ResetInputType.h"
-#include "core/html/SearchInputType.h"
-#include "core/html/SubmitInputType.h"
-#include "core/html/TelephoneInputType.h"
-#include "core/html/TextInputType.h"
-#include "core/html/TimeInputType.h"
-#include "core/html/URLInputType.h"
-#include "core/html/WeekInputType.h"
+#include "core/html/forms/ButtonInputType.h"
+#include "core/html/forms/CheckboxInputType.h"
+#include "core/html/forms/ColorInputType.h"
+#include "core/html/forms/DateInputType.h"
+#include "core/html/forms/DateTimeLocalInputType.h"
+#include "core/html/forms/EmailInputType.h"
+#include "core/html/forms/FileInputType.h"
+#include "core/html/forms/FormController.h"
+#include "core/html/forms/HiddenInputType.h"
+#include "core/html/forms/ImageInputType.h"
+#include "core/html/forms/InputTypeNames.h"
+#include "core/html/forms/MonthInputType.h"
+#include "core/html/forms/NumberInputType.h"
+#include "core/html/forms/PasswordInputType.h"
+#include "core/html/forms/RadioInputType.h"
+#include "core/html/forms/RangeInputType.h"
+#include "core/html/forms/ResetInputType.h"
+#include "core/html/forms/SearchInputType.h"
+#include "core/html/forms/SubmitInputType.h"
+#include "core/html/forms/TelephoneInputType.h"
+#include "core/html/forms/TextInputType.h"
+#include "core/html/forms/TimeInputType.h"
+#include "core/html/forms/URLInputType.h"
+#include "core/html/forms/WeekInputType.h"
#include "core/html/parser/HTMLParserIdioms.h"
#include "core/html/shadow/HTMLShadowElement.h"
#include "core/page/Page.h"
« no previous file with comments | « Source/core/html/forms/InputType.h ('k') | Source/core/html/forms/InputTypeNames.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698