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

Unified Diff: Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.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
Index: Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp
diff --git a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.cpp b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp
similarity index 98%
rename from Source/core/html/BaseChooserOnlyDateAndTimeInputType.cpp
rename to Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp
index d97ebb703b4c60e140ad2118908495222c911e46..431d63238d19fdafc7a77b1180f702171a16e75a 100644
--- a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.cpp
+++ b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp
@@ -25,7 +25,7 @@
#include "config.h"
#if !ENABLE(INPUT_MULTIPLE_FIELDS_UI)
-#include "core/html/BaseChooserOnlyDateAndTimeInputType.h"
+#include "core/html/forms/BaseChooserOnlyDateAndTimeInputType.h"
#include "bindings/v8/ExceptionStatePlaceholder.h"
#include "bindings/v8/ScriptController.h"
« no previous file with comments | « Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h ('k') | Source/core/html/forms/BaseClickableWithKeyInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698