| Index: third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h b/third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h
|
| index 4b5a5c7e623544ba6c931ad52e67af875b012091..5fcf4a1072d1c77441c834ebad66236e371a0d79 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h
|
| @@ -9,8 +9,8 @@
|
| #include "platform/graphics/paint/PaintChunk.h"
|
| #include "platform/graphics/paint/PaintChunkProperties.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|