| Index: Source/core/html/forms/TimeInputType.h
|
| diff --git a/Source/core/html/TimeInputType.h b/Source/core/html/forms/TimeInputType.h
|
| similarity index 95%
|
| rename from Source/core/html/TimeInputType.h
|
| rename to Source/core/html/forms/TimeInputType.h
|
| index 166bcd5254ae66ed278ba5b9642e820b5a9f7a6c..dfccfa1d4decdd28e53e08562b22c9704ff5d6e1 100644
|
| --- a/Source/core/html/TimeInputType.h
|
| +++ b/Source/core/html/forms/TimeInputType.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef TimeInputType_h
|
| #define TimeInputType_h
|
|
|
| -#include "core/html/BaseChooserOnlyDateAndTimeInputType.h"
|
| -#include "core/html/BaseMultipleFieldsDateAndTimeInputType.h"
|
| +#include "core/html/forms/BaseChooserOnlyDateAndTimeInputType.h"
|
| +#include "core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|