| Index: third_party/WebKit/Source/modules/canvas2d/ClipList.h
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/ClipList.h b/third_party/WebKit/Source/modules/canvas2d/ClipList.h
|
| index ec9cb10acd15c2cd4b3ec81498c7fdf2f4ca672c..7e67233aeebd8247d8915d48430f1c1ea447cf2e 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/ClipList.h
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/ClipList.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/paint/PaintCanvas.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| class SkPath;
|
|
|
|
|