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

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

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.mm
diff --git a/chrome/browser/ui/cocoa/table_row_nsimage_cache.mm b/chrome/browser/ui/cocoa/table_row_nsimage_cache.mm
index ae60dd62391b30a2e55d44503df1192b546544be..ff36a504288ebbf7a8ec69a43094bf629b213790 100644
--- a/chrome/browser/ui/cocoa/table_row_nsimage_cache.mm
+++ b/chrome/browser/ui/cocoa/table_row_nsimage_cache.mm
@@ -17,6 +17,8 @@ TableRowNSImageCache::TableRowNSImageCache(Table* model)
[icon_images_ setCount:count];
}
+TableRowNSImageCache::~TableRowNSImageCache() {}
+
void TableRowNSImageCache::OnModelChanged() {
int count = model_->RowCount();
[icon_images_ setCount:0];

Powered by Google App Engine
This is Rietveld 408576698