| Index: third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp
|
| index 249d20ea51ff2b6a1540c304a36f864099902c42..5a6ec2e5a987ac3cc31453e39e0fe98bed107d4e 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "core/css/parser/CSSParserTokenRange.h"
|
|
|
| -#include "wtf/StaticConstructors.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/StaticConstructors.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|