| Index: third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPaintValue.h b/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| index 9b32a3042f455d0b6d385814d0af369cab9d7f08..2353b4f40efb1417fd18d08a28ca5a0d53556f25 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| @@ -10,7 +10,7 @@
|
| #include "core/css/CSSPaintImageGenerator.h"
|
| #include "core/css/CSSVariableData.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|