| Index: Source/core/html/shadow/DateTimeFieldElement.cpp
|
| diff --git a/Source/core/html/shadow/DateTimeFieldElement.cpp b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| index 0eae98f2382d37fd16b8b329ec48b5c86599f0e9..2742338c5edf267eafaffb143836747139d2867c 100644
|
| --- a/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| +++ b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| @@ -28,10 +28,10 @@
|
| #include "core/html/shadow/DateTimeFieldElement.h"
|
|
|
| #include "HTMLNames.h"
|
| -#include "core/events/KeyboardEvent.h"
|
| #include "core/dom/Text.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| #include "platform/LocalizedStrings.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|