| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| index cf2674b594e02e2eba50359959688aef0fade0d3..d3e160503edc7cb51245eef970230552eb711725 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -25,6 +25,7 @@
|
| #ifndef StyleRareNonInheritedData_h
|
| #define StyleRareNonInheritedData_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/css/StyleColor.h"
|
| #include "core/style/ClipPathOperation.h"
|
| @@ -41,10 +42,9 @@
|
| #include "core/style/StyleScrollSnapData.h"
|
| #include "core/style/StyleSelfAlignmentData.h"
|
| #include "platform/LengthPoint.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|