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

Unified Diff: Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.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
Index: Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
diff --git a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
similarity index 95%
rename from Source/core/html/BaseChooserOnlyDateAndTimeInputType.h
rename to Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
index 245db8a9ba136ab19acbf17f15d1dfa364ec3e94..001276fd1621d32c11c84a6c472c0475f24b1df3 100644
--- a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h
+++ b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
@@ -27,8 +27,8 @@
#define BaseChooserOnlyDateAndTimeInputType_h
#if !ENABLE(INPUT_MULTIPLE_FIELDS_UI)
-#include "core/html/BaseClickableWithKeyInputType.h"
-#include "core/html/BaseDateAndTimeInputType.h"
+#include "core/html/forms/BaseClickableWithKeyInputType.h"
+#include "core/html/forms/BaseDateAndTimeInputType.h"
#include "core/platform/DateTimeChooser.h"
#include "core/platform/DateTimeChooserClient.h"
« no previous file with comments | « Source/core/html/forms/BaseCheckableInputType.cpp ('k') | Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698