| Index: third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
|
| index ea10f0098425661dcb1d9175887af4adf7cfa42e..5f0d20fe22885140389176a8492924a227489959 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
|
| @@ -50,7 +50,7 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/text/DateTimeFormat.h"
|
| #include "platform/text/PlatformLocale.h"
|
| -#include "wtf/DateMath.h"
|
| +#include "platform/wtf/DateMath.h"
|
|
|
| namespace blink {
|
|
|
|
|