Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4947)

Unified Diff: chrome/browser/ui/cocoa/table_row_nsimage_cache.h

Issue 6542027: Out of line cleanups for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac compile fix Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698