| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
|
| index 2c52243a5fa07b22f07c226c4f95829103ef33ed..3c203804c68de3072e8cf27c90ae14ba7788f1a4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
|
| @@ -22,12 +22,12 @@
|
| #ifndef LayoutSVGResourceGradient_h
|
| #define LayoutSVGResourceGradient_h
|
|
|
| +#include <memory>
|
| #include "core/layout/svg/LayoutSVGResourcePaintServer.h"
|
| #include "core/svg/SVGGradientElement.h"
|
| #include "platform/graphics/Gradient.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/HashMap.h"
|
| -#include <memory>
|
| +#include "platform/wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|