| Index: third_party/WebKit/Source/core/paint/PaintLayerFragment.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerFragment.h b/third_party/WebKit/Source/core/paint/PaintLayerFragment.h
|
| index d82a6671be6407acf6ca98fbdb94737a3a88443f..1136869ae4f401ad7a7b0561b86cda2a3a56069f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerFragment.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerFragment.h
|
| @@ -27,8 +27,8 @@
|
| #define PaintLayerFragment_h
|
|
|
| #include "core/paint/ClipRect.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|