| Index: chrome/browser/history/history_types.h
|
| diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
|
| index a78a8bcccd83a57f756286601a1031d7959fb882..a46fdcda9dace81036a11de84b9cc36a1138d931 100644
|
| --- a/chrome/browser/history/history_types.h
|
| +++ b/chrome/browser/history/history_types.h
|
| @@ -601,7 +601,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.
|
|
|