| Index: third_party/WebKit/Source/core/css/CSSInheritedValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSInheritedValue.cpp b/third_party/WebKit/Source/core/css/CSSInheritedValue.cpp
|
| index f68b40fa6a42d8c66175d309300758e064524828..cad658c26f8177aa66f019b0032db64699dd19c3 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSInheritedValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSInheritedValue.cpp
|
| @@ -21,7 +21,7 @@
|
| #include "core/css/CSSInheritedValue.h"
|
|
|
| #include "core/css/CSSValuePool.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|