| Index: third_party/WebKit/Source/core/html/forms/StepRange.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/StepRange.h b/third_party/WebKit/Source/core/html/forms/StepRange.h
|
| index 9d99eeab16117318528235a7d098fd3486f1c911..a0e5401c051e1407074552b52b7b8145eb7afbe7 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/StepRange.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/StepRange.h
|
| @@ -23,8 +23,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/Decimal.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|