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

Unified Diff: Source/core/html/forms/MonthInputType.h

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/InputTypeNames.cpp ('k') | Source/core/html/forms/MonthInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/MonthInputType.h
diff --git a/Source/core/html/MonthInputType.h b/Source/core/html/forms/MonthInputType.h
similarity index 96%
rename from Source/core/html/MonthInputType.h
rename to Source/core/html/forms/MonthInputType.h
index 9f2af94cc0970b21a120e1d145797594783f5666..73865bed6d9481e4b47ee7a84c36b6970f08a2d5 100644
--- a/Source/core/html/MonthInputType.h
+++ b/Source/core/html/forms/MonthInputType.h
@@ -31,8 +31,8 @@
#ifndef MonthInputType_h
#define MonthInputType_h
-#include "core/html/BaseChooserOnlyDateAndTimeInputType.h"
-#include "core/html/BaseMultipleFieldsDateAndTimeInputType.h"
+#include "core/html/forms/BaseChooserOnlyDateAndTimeInputType.h"
+#include "core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h"
namespace WebCore {
« no previous file with comments | « Source/core/html/forms/InputTypeNames.cpp ('k') | Source/core/html/forms/MonthInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698