| Index: third_party/WebKit/Source/core/css/CSSPaintValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPaintValue.cpp b/third_party/WebKit/Source/core/css/CSSPaintValue.cpp
|
| index b49fe104f7bd78e06a5731c26ee9f5434a11c0eb..dd34aac9c979061142e38f17650503eeb888798b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPaintValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSPaintValue.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "core/css/cssom/StyleValueFactory.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "platform/graphics/Image.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|