| Index: chrome/browser/history/thumbnail_database.h
|
| diff --git a/chrome/browser/history/thumbnail_database.h b/chrome/browser/history/thumbnail_database.h
|
| index fff1fc5b180d4ad09bd4964a23664dc9251d24b9..f60676377f7f3bef35be75d6a2c8f5d35dda8171 100644
|
| --- a/chrome/browser/history/thumbnail_database.h
|
| +++ b/chrome/browser/history/thumbnail_database.h
|
| @@ -75,7 +75,7 @@ class ThumbnailDatabase {
|
| // Sets the given data to be the thumbnail for the given URL,
|
| // overwriting any previous data. If the SkBitmap contains no pixel
|
| // data, the thumbnail will be deleted.
|
| - void SetPageThumbnail(const GURL& url,
|
| + bool SetPageThumbnail(const GURL& url,
|
| URLID id,
|
| const gfx::Image* thumbnail,
|
| const ThumbnailScore& score,
|
|
|