| Index: third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| index f0a86cdee7f781d5019f3c338b11e87afd3679c5..807de1660d552070479ca83cb61f9928a03560ed 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| @@ -8,8 +8,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/css/parser/CSSParserTokenRange.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|