| Index: third_party/WebKit/Source/core/paint/ObjectPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPainter.h b/third_party/WebKit/Source/core/paint/ObjectPainter.h
|
| index f8f4eff636953ff66718415430f290bbbe6e2974..a6b12937d162571bc5893c4605ebadeb01102f94 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPainter.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|