| Index: third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| index 7260fff6e995919a355df7286f0a9845c0af8f6b..484b3d58c19743a7dd68076cfdc7e18705c2932a 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp
|
| @@ -39,7 +39,7 @@
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/text/DateTimeFormat.h"
|
| #include "platform/text/PlatformLocale.h"
|
| -#include "wtf/DateMath.h"
|
| +#include "platform/wtf/DateMath.h"
|
|
|
| namespace blink {
|
|
|
|
|