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

Unified Diff: chrome/browser/ui/cocoa/download/download_item_mac.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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/download/download_item_mac.h
diff --git a/chrome/browser/ui/cocoa/download/download_item_mac.h b/chrome/browser/ui/cocoa/download/download_item_mac.h
index 24d9c4ad8636cbacb129f26e54797c06325438b4..1320f6214dc74b69333498c2f6323909d6abcf15 100644
--- a/chrome/browser/ui/cocoa/download/download_item_mac.h
+++ b/chrome/browser/ui/cocoa/download/download_item_mac.h
@@ -33,7 +33,7 @@ class DownloadItemMac : DownloadItem::Observer {
DownloadItemController* controller);
// Destructor.
- ~DownloadItemMac();
+ virtual ~DownloadItemMac();
// DownloadItem::Observer implementation
virtual void OnDownloadUpdated(DownloadItem* download);
« no previous file with comments | « chrome/browser/ui/cocoa/constrained_window_mac.h ('k') | chrome/browser/ui/cocoa/notifications/balloon_view_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698