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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.cpp

Issue 2815263002: Move form-related files in core/html/shadow to core/html/forms. (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp b/third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.cpp
similarity index 99%
rename from third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp
rename to third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.cpp
index 31ad1faf55ee0b26d85d2cdef9dbb2e19e848c06..e7269be199cec71607a4804725b8329a2e86b6f5 100644
--- a/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.cpp
@@ -23,7 +23,7 @@
* SUCH DAMAGE.
*/
-#include "core/html/shadow/DateTimeFieldElement.h"
+#include "core/html/forms/DateTimeFieldElement.h"
#include "core/HTMLNames.h"
#include "core/dom/Document.h"

Powered by Google App Engine
This is Rietveld 408576698