| Index: third_party/WebKit/Source/core/paint/InlinePainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/InlinePainter.h b/third_party/WebKit/Source/core/paint/InlinePainter.h
|
| index 869a715924f598b0b043639535de2a30df6b0d9b..0006abc6517ded4bbfc941c1316107efedf4fe31 100644
|
| --- a/third_party/WebKit/Source/core/paint/InlinePainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/InlinePainter.h
|
| @@ -6,8 +6,8 @@
|
| #define InlinePainter_h
|
|
|
| #include "core/style/ComputedStyleConstants.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|