| Index: Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| diff --git a/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| index d641fa1ea8040054670912ac32b9605b02990ac2..7835f18a17cf1e270a9177d4c13f4f7a37e0cdc0 100644
|
| --- a/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| +++ b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| @@ -29,8 +29,8 @@
|
| #if !ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| #include "core/html/forms/BaseClickableWithKeyInputType.h"
|
| #include "core/html/forms/BaseDateAndTimeInputType.h"
|
| -#include "platform/DateTimeChooser.h"
|
| -#include "platform/DateTimeChooserClient.h"
|
| +#include "core/html/forms/DateTimeChooser.h"
|
| +#include "core/html/forms/DateTimeChooserClient.h"
|
|
|
| namespace blink {
|
|
|
|
|