| Index: Source/core/html/forms/WeekInputType.cpp
|
| diff --git a/Source/core/html/WeekInputType.cpp b/Source/core/html/forms/WeekInputType.cpp
|
| similarity index 96%
|
| rename from Source/core/html/WeekInputType.cpp
|
| rename to Source/core/html/forms/WeekInputType.cpp
|
| index bdffd0dd8e62b44e587882f5010732f30e6ceafa..dd1cc4dd543e52e7ab6ecb387e970c9c2d0a6a82 100644
|
| --- a/Source/core/html/WeekInputType.cpp
|
| +++ b/Source/core/html/forms/WeekInputType.cpp
|
| @@ -29,19 +29,16 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/html/WeekInputType.h"
|
| +#include "core/html/forms/WeekInputType.h"
|
|
|
| #include "HTMLNames.h"
|
| #include "core/html/HTMLInputElement.h"
|
| -#include "core/html/InputTypeNames.h"
|
| +#include "core/html/forms/DateTimeFieldsState.h"
|
| +#include "core/html/forms/InputTypeNames.h"
|
| #include "core/platform/DateComponents.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -
|
| -#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| -#include "core/html/DateTimeFieldsState.h"
|
| #include "core/platform/LocalizedStrings.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
| -#endif
|
|
|
| namespace WebCore {
|
|
|
|
|