| Index: Source/core/html/forms/TimeInputType.cpp
|
| diff --git a/Source/core/html/forms/TimeInputType.cpp b/Source/core/html/forms/TimeInputType.cpp
|
| index c59359dd03090c5bc53befad90ffc58094981e9b..36d2b023754bf65bb1d24c61cfa9c10dea50a055 100644
|
| --- a/Source/core/html/forms/TimeInputType.cpp
|
| +++ b/Source/core/html/forms/TimeInputType.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/CurrentTime.h"
|
| #include "wtf/DateMath.h"
|
| #include "wtf/MathExtras.h"
|
|
|