| 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 e599edb8c780d32f59d49f0d1bedf7cfd2522d69..0cd099a8f3e37dc3faead5b1cd77f881f9b10f8e 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>
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|