| Index: third_party/WebKit/Source/core/style/StyleBackgroundData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleBackgroundData.h b/third_party/WebKit/Source/core/style/StyleBackgroundData.h
|
| index e016170dd94c0a44d3dee84227fdba3ced741a72..953b41e9513f286261d22ab2b0d2a18e8c75216f 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleBackgroundData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleBackgroundData.h
|
| @@ -28,8 +28,8 @@
|
| #include "core/css/StyleColor.h"
|
| #include "core/style/FillLayer.h"
|
| #include "platform/graphics/Color.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|