| Index: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| index a661790f944346cb92c200e929c994550c39b5f7..950fd85dc0393d2f9e73deb584ea7a0c1eb067dc 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef SVGInlineTextBoxPainter_h
|
| #define SVGInlineTextBoxPainter_h
|
|
|
| -#include "core/style/ComputedStyleConstants.h"
|
| #include "core/layout/svg/LayoutSVGResourcePaintServer.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "core/style/ComputedStyleConstants.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|