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

Unified Diff: Source/core/html/forms/RangeInputType.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/RangeInputType.h ('k') | Source/core/html/forms/ResetInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/RangeInputType.cpp
diff --git a/Source/core/html/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
similarity index 99%
rename from Source/core/html/RangeInputType.cpp
rename to Source/core/html/forms/RangeInputType.cpp
index 08f3608850508f43f3175cc749390ad67a47cdf8..649bffd3745b070f87bcfcfd22f5dfe39a2f5031 100644
--- a/Source/core/html/RangeInputType.cpp
+++ b/Source/core/html/forms/RangeInputType.cpp
@@ -30,9 +30,8 @@
*/
#include "config.h"
-#include "core/html/RangeInputType.h"
+#include "core/html/forms/RangeInputType.h"
-#include <limits>
#include "HTMLNames.h"
#include "bindings/v8/ExceptionStatePlaceholder.h"
#include "core/accessibility/AXObjectCache.h"
@@ -47,8 +46,8 @@
#include "core/html/HTMLDivElement.h"
#include "core/html/HTMLInputElement.h"
#include "core/html/HTMLOptionElement.h"
-#include "core/html/InputTypeNames.h"
-#include "core/html/StepRange.h"
+#include "core/html/forms/InputTypeNames.h"
+#include "core/html/forms/StepRange.h"
#include "core/html/parser/HTMLParserIdioms.h"
#include "core/html/shadow/ShadowElementNames.h"
#include "core/html/shadow/SliderThumbElement.h"
@@ -57,6 +56,7 @@
#include "wtf/MathExtras.h"
#include "wtf/NonCopyingSort.h"
#include "wtf/PassOwnPtr.h"
+#include <limits>
namespace WebCore {
« no previous file with comments | « Source/core/html/forms/RangeInputType.h ('k') | Source/core/html/forms/ResetInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698