| Index: Source/core/html/WeekInputType.cpp
|
| diff --git a/Source/core/html/WeekInputType.cpp b/Source/core/html/WeekInputType.cpp
|
| index b336ef2819a83fd030b581a8be955c066a522387..4e19b93f0b4f7d270cabccef180120da1ea4b46d 100644
|
| --- a/Source/core/html/WeekInputType.cpp
|
| +++ b/Source/core/html/WeekInputType.cpp
|
| @@ -31,15 +31,15 @@
|
| #include "config.h"
|
| #include "WeekInputType.h"
|
|
|
| -#include "DateComponents.h"
|
| #include "HTMLInputElement.h"
|
| #include "HTMLNames.h"
|
| #include "InputTypeNames.h"
|
| +#include "core/platform/DateComponents.h"
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| #include "DateTimeFieldsState.h"
|
| -#include "LocalizedStrings.h"
|
| +#include "core/platform/LocalizedStrings.h"
|
| #include <wtf/text/WTFString.h>
|
| #endif
|
|
|
|
|