| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| index f6faad900f1faed1a2a3e48c6fe7bf5c2ac3cc13..75cee297061b12e5c54070f2beecf0b3e540dddc 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -10,8 +10,8 @@
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/graphics/PaintInvalidationReason.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|