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

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

Issue 1896073002: Make BaseChooserOnlyDateAndTimeInputType a subclass of InputTypeView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/DateTimeLocalInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
index 9651e748a77cb670c9973be4e19871901503fa1a..b57a1674aee0c9a27f0f59e0cbf8ff0a563b8db9 100644
--- a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
@@ -31,7 +31,7 @@
#ifndef DateTimeLocalInputType_h
#define DateTimeLocalInputType_h
-#include "core/html/forms/BaseChooserOnlyDateAndTimeInputType.h"
+#include "core/html/forms/BaseDateAndTimeInputType.h"
#include "core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h"
namespace blink {
@@ -41,7 +41,7 @@ class ExceptionState;
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
using BaseDateTimeLocalInputType = BaseMultipleFieldsDateAndTimeInputType;
#else
-using BaseDateTimeLocalInputType = BaseChooserOnlyDateAndTimeInputType;
+using BaseDateTimeLocalInputType = BaseDateAndTimeInputType;
#endif
class DateTimeLocalInputType final : public BaseDateTimeLocalInputType {

Powered by Google App Engine
This is Rietveld 408576698