| Index: third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| index fc171a18df806c00903f8cded36dc23f8dafd1ea..e2447cd3a5061b715a14023f79383c7c4a09da34 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
| @@ -33,6 +33,8 @@
|
| #include "platform/Length.h"
|
| #include "platform/graphics/Color.h"
|
| #include "wtf/Allocator.h"
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/RefVector.h"
|
|
|