| Index: components/ntp_snippets/ntp_snippets_service.h
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h
|
| index 7144e451fcebd46e1a3ee87f5c405026455718ef..606a9ba446eb1b8512b27b9bcb8ff120ecaef783 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -25,12 +25,15 @@
|
|
|
| class PrefRegistrySimple;
|
| class PrefService;
|
| -class SkBitmap;
|
|
|
| namespace base {
|
| class Value;
|
| }
|
|
|
| +namespace gfx {
|
| +class Image;
|
| +}
|
| +
|
| namespace image_fetcher {
|
| class ImageFetcher;
|
| }
|
| @@ -49,7 +52,7 @@ class NTPSnippetsService : public KeyedService {
|
| using NTPSnippetStorage = NTPSnippet::PtrVector;
|
|
|
| using ImageFetchedCallback =
|
| - base::Callback<void(const std::string& snippet_id, const SkBitmap*)>;
|
| + base::Callback<void(const std::string& snippet_id, const gfx::Image&)>;
|
|
|
| // |application_language_code| should be a ISO 639-1 compliant string, e.g.
|
| // 'en' or 'en-US'. Note that this code should only specify the language, not
|
|
|