| Index: third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.h b/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.h
|
| index 21ed01d330cf99c9b9c2aaa600c74bedd87f3d78..9a95b08a02a72e23a2105c58efc3373cb3690ef8 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CSSTokenizerInputStream_h
|
| #define CSSTokenizerInputStream_h
|
|
|
| -#include "wtf/text/StringView.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/StringView.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|