| Index: third_party/WebKit/Source/core/style/ShadowList.h
|
| diff --git a/third_party/WebKit/Source/core/style/ShadowList.h b/third_party/WebKit/Source/core/style/ShadowList.h
|
| index 2de31cbb8e491ce6758cfb0d525d16c5157d72e9..b9a2c13aa660b7b9dc0a3fd9c6101f0d2f1b7b1e 100644
|
| --- a/third_party/WebKit/Source/core/style/ShadowList.h
|
| +++ b/third_party/WebKit/Source/core/style/ShadowList.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef ShadowList_h
|
| #define ShadowList_h
|
|
|
| +#include <memory>
|
| #include "core/style/ShadowData.h"
|
| #include "platform/geometry/FloatRectOutsets.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/graphics/DrawLooperBuilder.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|