| Index: third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| index 1015803e98eace1e5b8dd0e24e463cd540b9762d..67885dbf3da5351099e50b5fe1d8dd52a4ad9c70 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| @@ -8,8 +8,8 @@
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/paint/DisplayItem.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 {
|
|
|
|
|