| Index: Source/core/html/BaseDateAndTimeInputType.h
|
| diff --git a/Source/core/html/BaseDateAndTimeInputType.h b/Source/core/html/BaseDateAndTimeInputType.h
|
| index 96f442969b228ffd2f37b55cf9c61a121eeadb8b..fdf7f57bf3745b5d7e94d1dab9f290d9bca663e5 100644
|
| --- a/Source/core/html/BaseDateAndTimeInputType.h
|
| +++ b/Source/core/html/BaseDateAndTimeInputType.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef BaseDateAndTimeInputType_h
|
| #define BaseDateAndTimeInputType_h
|
|
|
| -#include "DateComponents.h"
|
| #include "InputType.h"
|
| +#include "core/platform/DateComponents.h"
|
| #include <wtf/unicode/Unicode.h>
|
|
|
| namespace WebCore {
|
|
|