| Index: third_party/WebKit/Source/core/paint/BoxClipper.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.h b/third_party/WebKit/Source/core/paint/BoxClipper.h
|
| index 7a858f9dab57491406a7df77e5748131d7f77b44..806a48acd266b391a70f568d23e7371dc3573737 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxClipper.h
|
| @@ -8,8 +8,8 @@
|
| #include "platform/geometry/LayoutPoint.h"
|
| #include "platform/graphics/paint/DisplayItem.h"
|
| #include "platform/graphics/paint/ScopedPaintChunkProperties.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Optional.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Optional.h"
|
|
|
| namespace blink {
|
|
|
|
|