| Index: Source/core/html/forms/DateInputType.cpp
|
| diff --git a/Source/core/html/forms/DateInputType.cpp b/Source/core/html/forms/DateInputType.cpp
|
| index cb87b0b0d850a8a50c91a877d92b7eddc7b5699b..9ffc9434b19578e47644442ec3ea5a1963eb10ba 100644
|
| --- a/Source/core/html/forms/DateInputType.cpp
|
| +++ b/Source/core/html/forms/DateInputType.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "core/html/forms/DateTimeFieldsState.h"
|
| #include "core/html/forms/InputTypeNames.h"
|
| #include "platform/DateComponents.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|