| Index: third_party/WebKit/Source/core/svg/SVGRect.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRect.h b/third_party/WebKit/Source/core/svg/SVGRect.h
|
| index e28e1616d8b9c8262242706e2c53c3c705b015c9..68a180368a37bacae672ec7b2bcf000d0a832118 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRect.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRect.h
|
| @@ -23,7 +23,7 @@
|
| #include "core/svg/SVGParsingError.h"
|
| #include "core/svg/properties/SVGPropertyHelper.h"
|
| #include "platform/geometry/FloatRect.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|