| Index: third_party/WebKit/Source/platform/graphics/paint/ClipRecorder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/ClipRecorder.h
|
| index 027903a4d0b3f7300cc03906b934fc1650ac482e..0c6153e80fc8ebfbc23583345898673735514134 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipRecorder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipRecorder.h
|
| @@ -6,8 +6,8 @@
|
| #define ClipRecorder_h
|
|
|
| #include "platform/graphics/paint/DisplayItem.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|