| Index: third_party/WebKit/Source/core/paint/FilterPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.h b/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| index 25f1f14799cc483b678e687bc681e817347473f0..1ef13b9ff3672d21ed3dae7ab1b332505f509884 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef FilterPainter_h
|
| #define FilterPainter_h
|
|
|
| -#include "core/paint/PaintLayerPaintingInfo.h"
|
| -#include "wtf/Allocator.h"
|
| #include <memory>
|
| +#include "core/paint/PaintLayerPaintingInfo.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|