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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeSymbolicFieldElement.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/DateTimeSymbolicFieldElement.h
diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.h b/third_party/WebKit/Source/core/html/forms/DateTimeSymbolicFieldElement.h
similarity index 98%
rename from third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.h
rename to third_party/WebKit/Source/core/html/forms/DateTimeSymbolicFieldElement.h
index 5589f9332dc38c06b61c972145ff005cc3e4a6f5..bc0710f440490b8ac03ec991d8ab6662d48d3b4e 100644
--- a/third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeSymbolicFieldElement.h
@@ -26,8 +26,8 @@
#ifndef DateTimeSymbolicFieldElement_h
#define DateTimeSymbolicFieldElement_h
+#include "core/html/forms/DateTimeFieldElement.h"
#include "core/html/forms/TypeAhead.h"
-#include "core/html/shadow/DateTimeFieldElement.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698