| Index: third_party/WebKit/Source/core/svg/SVGPathByteStream.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathByteStream.h b/third_party/WebKit/Source/core/svg/SVGPathByteStream.h
|
| index 39909aa49e1fc719dd2afbaa5b2cd89316953c99..9937ba71a0a7be32dfcf1db915f869cb51cae18b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathByteStream.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathByteStream.h
|
| @@ -20,10 +20,10 @@
|
| #ifndef SVGPathByteStream_h
|
| #define SVGPathByteStream_h
|
|
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/Vector.h"
|
| #include <memory>
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|