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

Unified Diff: third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.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/MultipleFieldsTemporalInputTypeView.h
diff --git a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
index 58525078f2f7a5dad19d22f99d881b0542bf1e2f..28c3110dae2105a570a666f2c26019f805c97673 100644
--- a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
+++ b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
@@ -31,11 +31,11 @@
#ifndef MultipleFieldsTemporalInputTypeView_h
#define MultipleFieldsTemporalInputTypeView_h
+#include "core/html/forms/ClearButtonElement.h"
+#include "core/html/forms/DateTimeEditElement.h"
#include "core/html/forms/InputTypeView.h"
-#include "core/html/shadow/ClearButtonElement.h"
-#include "core/html/shadow/DateTimeEditElement.h"
-#include "core/html/shadow/PickerIndicatorElement.h"
-#include "core/html/shadow/SpinButtonElement.h"
+#include "core/html/forms/PickerIndicatorElement.h"
+#include "core/html/forms/SpinButtonElement.h"
#include "public/platform/WebFocusType.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698