Chromium Code Reviews| Index: chrome/browser/search/thumbnail_source.h |
| diff --git a/chrome/browser/search/thumbnail_source.h b/chrome/browser/search/thumbnail_source.h |
| index 5e17f46d4108d523a8f925ca1cfda06fef95dc50..a65c59cc669e8bca2df44930c0ca0fec61cb59f3 100644 |
| --- a/chrome/browser/search/thumbnail_source.h |
| +++ b/chrome/browser/search/thumbnail_source.h |
| @@ -12,6 +12,7 @@ |
| #include "base/memory/ref_counted.h" |
| #include "base/memory/weak_ptr.h" |
| #include "content/public/browser/url_data_source.h" |
| +#include "ui/gfx/image/image.h" |
|
Marc Treib
2016/05/13 15:53:59
nit: You can forward-declare this, no need to incl
markusheintz_
2016/05/17 13:08:22
Done.
|
| #include "url/gurl.h" |
| class Profile; |
| @@ -61,7 +62,7 @@ class ThumbnailSource : public content::URLDataSource { |
| void SendFetchedUrlImage( |
| const content::URLDataSource::GotDataCallback& callback, |
| const GURL& url, |
| - const SkBitmap* bitmap); |
| + const gfx::Image& image); |
| // Raw PNG representation of the thumbnail to show when the thumbnail |
| // database doesn't have a thumbnail for a webpage. |