summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/table_row_nsimage_cache.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 20:28:00 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 20:28:00 +0000
commitbca14bc4a3d8d82e817f01d0bb105aaa6e3c081a (patch)
tree70e34ef2265cb64373290c2b745cfb36e2b0ffda /chrome/browser/ui/cocoa/table_row_nsimage_cache.h
parentb69aaa3563503d5ce21f2d7b6308f89adb135694 (diff)
downloadchromium_src-bca14bc4a3d8d82e817f01d0bb105aaa6e3c081a.zip
chromium_src-bca14bc4a3d8d82e817f01d0bb105aaa6e3c081a.tar.gz
chromium_src-bca14bc4a3d8d82e817f01d0bb105aaa6e3c081a.tar.bz2
Out of line cleanups for Mac.
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6542027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa/table_row_nsimage_cache.h')
-rw-r--r--chrome/browser/ui/cocoa/table_row_nsimage_cache.h1
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);