| Index: third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.h b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| index 6ada1f8a3a0ceb3d63193311a9e7d596caecfe39..8ee9b2ee4ed2a6b7f11fc04b9ff2d1007fef364a 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| @@ -24,7 +24,7 @@
|
| #ifndef StyleFetchedImage_h
|
| #define StyleFetchedImage_h
|
|
|
| -#include "core/fetch/ImageResourceClient.h"
|
| +#include "core/fetch/ResourceClient.h"
|
| #include "core/style/StyleImage.h"
|
|
|
| namespace blink {
|
| @@ -32,7 +32,7 @@ namespace blink {
|
| class Document;
|
| class ImageResource;
|
|
|
| -class StyleFetchedImage final : public StyleImage, private ImageResourceClient {
|
| +class StyleFetchedImage final : public StyleImage, private ResourceClient {
|
| USING_FAST_MALLOC_WILL_BE_REMOVED(StyleFetchedImage);
|
| WILL_BE_USING_PRE_FINALIZER(StyleFetchedImage, dispose);
|
| public:
|
|
|