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 4cf22eef9f275c0583a3983a27a0d266a5ba16a3..5bda65749c77c13d6508e2ef87676ff971ba7929 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: |