| Index: components/enhanced_bookmarks/bookmark_image_service.h
|
| diff --git a/components/enhanced_bookmarks/bookmark_image_service.h b/components/enhanced_bookmarks/bookmark_image_service.h
|
| index 8ec1fa8a86251fc1f9d4c9520e83a8775efd84d4..850d7eb0d053e76179f17d7dff0e1b4d585f092d 100644
|
| --- a/components/enhanced_bookmarks/bookmark_image_service.h
|
| +++ b/components/enhanced_bookmarks/bookmark_image_service.h
|
| @@ -88,8 +88,8 @@ class BookmarkImageService : public KeyedService,
|
| // corresponding bookmark to image_url.
|
| void ProcessNewImage(const GURL& page_url,
|
| bool update_bookmarks,
|
| - const gfx::Image& image,
|
| - const GURL& image_url);
|
| + const GURL& image_url,
|
| + const gfx::Image& image);
|
|
|
| // Sets a new image for a bookmark. If the given page_url is bookmarked and
|
| // the image is retrieved from the image_url, then the image is locally
|
|
|