| Index: third_party/WebKit/Source/core/paint/PaintLayerStackingNode.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerStackingNode.h b/third_party/WebKit/Source/core/paint/PaintLayerStackingNode.h
|
| index 3eec924d62e75628f04125556b7ec55f6fb775a6..23547151dbe649218d0832deea19ef78652f9244 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerStackingNode.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerStackingNode.h
|
| @@ -45,11 +45,11 @@
|
| #ifndef PaintLayerStackingNode_h
|
| #define PaintLayerStackingNode_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/layout/LayoutBoxModelObject.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|