| 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 5763ea157cf77207ad5c9239712ff50d93d9e26c..bb235a5db7b13e0da34144fb28e720c45ac5ec4e 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 <memory>
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|