diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/table_row_nsimage_cache.h')
-rw-r--r-- | chrome/browser/ui/cocoa/table_row_nsimage_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/cocoa/table_row_nsimage_cache.h b/chrome/browser/ui/cocoa/table_row_nsimage_cache.h index c42107f..254dc3e 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); |