| Index: chrome/browser/ui/cocoa/table_row_nsimage_cache.h
|
| diff --git a/chrome/browser/ui/cocoa/table_row_nsimage_cache.h b/chrome/browser/ui/cocoa/table_row_nsimage_cache.h
|
| index c42107f74bf84180d22a7e0c22008bcbeb5e3d71..254dc3e7adf8fe0e6b9bc1ebd359adbe2671504f 100644
|
| --- a/chrome/browser/ui/cocoa/table_row_nsimage_cache.h
|
| +++ b/chrome/browser/ui/cocoa/table_row_nsimage_cache.h
|
| @@ -32,6 +32,7 @@ class TableRowNSImageCache {
|
|
|
| // |model| must outlive the cache.
|
| explicit TableRowNSImageCache(Table* model);
|
| + ~TableRowNSImageCache();
|
|
|
| // Lazily converts the image at the given row and caches it in |icon_images_|.
|
| NSImage* GetImageForRow(int row);
|
|
|