| Index: third_party/WebKit/Source/core/style/StylePath.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StylePath.cpp b/third_party/WebKit/Source/core/style/StylePath.cpp
|
| index 9a5f4fcf24d1b3105db2340f50e004adaf181f7f..2b60756c3b788d7851366de69a6b8d2bc9156330 100644
|
| --- a/third_party/WebKit/Source/core/style/StylePath.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StylePath.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "core/style/StylePath.h"
|
|
|
| +#include <memory>
|
| #include "core/css/CSSPathValue.h"
|
| #include "core/svg/SVGPathByteStream.h"
|
| #include "core/svg/SVGPathUtilities.h"
|
| #include "platform/graphics/Path.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|