| Index: third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h b/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
|
| index 365a5cbfabc5b208ef71f18ab52fed6d2b55dc03..6468c6737efafb39afa2c234b890b47b80a071ce 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef PaintLayerStackingNodeIterator_h
|
| #define PaintLayerStackingNodeIterator_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|