| Index: Source/core/html/shadow/DateTimeEditElement.cpp
|
| diff --git a/Source/core/html/shadow/DateTimeEditElement.cpp b/Source/core/html/shadow/DateTimeEditElement.cpp
|
| index 228d55cafc538e81d706a95a144f8b283314de7a..df57501ab9b120564ed33e6f027b1235e0012452 100644
|
| --- a/Source/core/html/shadow/DateTimeEditElement.cpp
|
| +++ b/Source/core/html/shadow/DateTimeEditElement.cpp
|
| @@ -35,8 +35,8 @@
|
| #include "core/html/forms/DateTimeFieldsState.h"
|
| #include "core/html/shadow/DateTimeFieldElements.h"
|
| #include "core/html/shadow/ShadowElementNames.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/StyleInheritedData.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/StyleInheritedData.h"
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/text/DateTimeFormat.h"
|
| #include "platform/text/PlatformLocale.h"
|
|
|