| Index: third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
|
| index 32da368e0007137a665ee89548dacb23f4d62749..76fc0277bf36b3b216728c1af3fa2fb5033a6536 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
|
| @@ -9,9 +9,9 @@
|
| #include "core/css/parser/CSSParserToken.h"
|
| #include "core/css/parser/CSSTokenizerInputStream.h"
|
| #include "core/html/parser/InputStreamPreprocessor.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/StringView.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/StringView.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #include <climits>
|
|
|
|
|