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

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.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/BaseTemporalInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h b/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
index e72f610ece87a48fde83ac8c582d93b9a64e1afa..1506522603bcedef7dcab76cb54a46fafff3eea3 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
@@ -31,8 +31,8 @@
#ifndef BaseTemporalInputType_h
#define BaseTemporalInputType_h
+#include "core/html/forms/DateTimeEditElement.h"
#include "core/html/forms/InputType.h"
-#include "core/html/shadow/DateTimeEditElement.h"
#include "platform/DateComponents.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698