| Index: Source/core/html/forms/MonthInputType.cpp
|
| diff --git a/Source/core/html/MonthInputType.cpp b/Source/core/html/forms/MonthInputType.cpp
|
| similarity index 97%
|
| rename from Source/core/html/MonthInputType.cpp
|
| rename to Source/core/html/forms/MonthInputType.cpp
|
| index 620e5c84f04db0c76b8c3e66c4acae4842baa3f8..390a94b1be76808847ddca99d6aae983a563d854 100644
|
| --- a/Source/core/html/MonthInputType.cpp
|
| +++ b/Source/core/html/forms/MonthInputType.cpp
|
| @@ -29,22 +29,19 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/html/MonthInputType.h"
|
| +#include "core/html/forms/MonthInputType.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 "core/platform/text/PlatformLocale.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/DateMath.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/PassOwnPtr.h"
|
| -
|
| -#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| -#include "core/html/DateTimeFieldsState.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| #include "wtf/text/WTFString.h"
|
| -#endif
|
|
|
| namespace WebCore {
|
|
|
|
|