| Index: third_party/WebKit/Source/core/css/CSSValueList.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValueList.h b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| index 1f8b2e2561346c6eecdae3bccc1d64e1ba53a5c3..1010e48cb25861aa91113bf6adc5f6f8bd8d6ecc 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValueList.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValueList.h
|
| @@ -24,7 +24,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/css/CSSValue.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|