| Index: third_party/WebKit/Source/core/css/CSSShadowValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSShadowValue.cpp b/third_party/WebKit/Source/core/css/CSSShadowValue.cpp
|
| index 4d701c6ff1fa689b7e3e4ad0528f479153eda496..5095b517bf8ba7bc17ebbf0da63a7d365d69ae1d 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSShadowValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSShadowValue.cpp
|
| @@ -21,8 +21,8 @@
|
|
|
| #include "core/css/CSSIdentifierValue.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|