| 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 {
|
|
|