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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeFieldElements.h

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.h
diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElements.h b/third_party/WebKit/Source/core/html/forms/DateTimeFieldElements.h
similarity index 99%
rename from third_party/WebKit/Source/core/html/shadow/DateTimeFieldElements.h
rename to third_party/WebKit/Source/core/html/forms/DateTimeFieldElements.h
index 9d7eaaa8b8975a4a5b5a96135882feca402cae73..c831e3dc379eb37e2c41cff9f81eec98427b408e 100644
--- a/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElements.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeFieldElements.h
@@ -26,8 +26,8 @@
#ifndef DateTimeFieldElements_h
#define DateTimeFieldElements_h
-#include "core/html/shadow/DateTimeNumericFieldElement.h"
-#include "core/html/shadow/DateTimeSymbolicFieldElement.h"
+#include "core/html/forms/DateTimeNumericFieldElement.h"
+#include "core/html/forms/DateTimeSymbolicFieldElement.h"
#include "platform/wtf/Allocator.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698