| Index: third_party/WebKit/Source/core/css/CSSVariableData.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSVariableData.cpp b/third_party/WebKit/Source/core/css/CSSVariableData.cpp
|
| index 668e476d3161592e909b049b585b9b113455bb4a..1ec695b6459298bfe50f7899c6b4d45346efd787 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSVariableData.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSVariableData.cpp
|
| @@ -7,8 +7,8 @@
|
| #include "core/css/CSSSyntaxDescriptor.h"
|
| #include "core/css/parser/CSSParser.h"
|
| #include "core/css/parser/CSSParserTokenRange.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/StringView.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringView.h"
|
|
|
| namespace blink {
|
|
|
|
|