| Index: third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h
|
| index e8dcfaade1c005e34c56f6fb7dfe8c7d1b37cebd..418e1c4c9a21e9069da1897473a3723d5c0231c1 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/css/parser/CSSParserToken.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|