| Index: third_party/WebKit/Source/core/svg/SVGPathData.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathData.h b/third_party/WebKit/Source/core/svg/SVGPathData.h
|
| index fbb490d36462efd2d83265f1705e166f40b777d5..75c2af678be2f0b46e7a05d62e08c8eb397e7aec 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathData.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathData.h
|
| @@ -22,7 +22,7 @@
|
| #define SVGPathData_h
|
|
|
| #include "platform/geometry/FloatPoint.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|