| Index: third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h b/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
|
| index 6e59005c7c317e7483e66c41966e7088e397882f..78c4025499f004ae10b2754031b36dd626dafdbf 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/css/CSSValue.h"
|
| #include "core/css/CSSVariableData.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|