| Index: third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp b/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| index 0c7454fb2df72e078f912b9b48f0a0610f26f385..9238447ec24646b44d999dd5cb2b8fb67f794185 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| @@ -13,7 +13,7 @@
|
| #include "core/paint/PaintTiming.h"
|
| #include "core/paint/SVGPaintContext.h"
|
| #include "core/svg/SVGSVGElement.h"
|
| -#include "wtf/Optional.h"
|
| +#include "platform/wtf/Optional.h"
|
|
|
| namespace blink {
|
|
|
|
|