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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeFieldElements.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/DateTimeFieldElements.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElements.cpp b/third_party/WebKit/Source/core/html/forms/DateTimeFieldElements.cpp
similarity index 99%
rename from third_party/WebKit/Source/core/html/shadow/DateTimeFieldElements.cpp
rename to third_party/WebKit/Source/core/html/forms/DateTimeFieldElements.cpp
index 6a1ebf14709eea9af17855b3ec9fecb5001effb9..580e5df6e2ccae4adf1aae9303b1d658ae1552af 100644
--- a/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElements.cpp
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeFieldElements.cpp
@@ -23,7 +23,7 @@
* SUCH DAMAGE.
*/
-#include "core/html/shadow/DateTimeFieldElements.h"
+#include "core/html/forms/DateTimeFieldElements.h"
#include "core/html/forms/DateTimeFieldsState.h"
#include "platform/DateComponents.h"

Powered by Google App Engine
This is Rietveld 408576698