Index: chrome/browser/enhanced_bookmarks/android/bookmark_image_service_android.h |
diff --git a/chrome/browser/enhanced_bookmarks/android/bookmark_image_service_android.h b/chrome/browser/enhanced_bookmarks/android/bookmark_image_service_android.h |
index 3c73616de344826ce32422d55c01da2fe8795ce6..18185f08f6496af84e81e3f734c43377b3f332ef 100644 |
--- a/chrome/browser/enhanced_bookmarks/android/bookmark_image_service_android.h |
+++ b/chrome/browser/enhanced_bookmarks/android/bookmark_image_service_android.h |
@@ -50,7 +50,7 @@ class BookmarkImageServiceAndroid : public BookmarkImageService { |
bool update_bookmark, |
const base::Value* result); |
- gfx::Image ResizeImage(gfx::Image image) override; |
+ void ResizeImage(scoped_ptr<gfx::Image> *image) override; |
content::BrowserContext* browser_context_; |
// The script injected in a page to extract image urls. |