| Index: chrome/browser/history/history_types.h
|
| diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
|
| index fec66a406caf6eeedd93e6ea7bb1de8934c16d21..05f071bd64fe40b71307403b32d408fb0838028e 100644
|
| --- a/chrome/browser/history/history_types.h
|
| +++ b/chrome/browser/history/history_types.h
|
| @@ -593,7 +593,7 @@ struct Images {
|
| Images();
|
| ~Images();
|
|
|
| - scoped_refptr<base::RefCountedBytes> thumbnail;
|
| + scoped_refptr<base::RefCountedMemory> thumbnail;
|
| ThumbnailScore thumbnail_score;
|
|
|
| // TODO(brettw): this will eventually store the favicon.
|
|
|