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

Unified Diff: chrome/browser/ui/cocoa/constrained_window_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
« no previous file with comments | « chrome/browser/transport_security_persister.h ('k') | chrome/browser/ui/cocoa/download/download_item_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/constrained_window_mac.h
diff --git a/chrome/browser/ui/cocoa/constrained_window_mac.h b/chrome/browser/ui/cocoa/constrained_window_mac.h
index 2de151af58cc09d86998bab7f31474200ebb91c9..60425c01e514571c805ee3fb052ed4750aeff1e2 100644
--- a/chrome/browser/ui/cocoa/constrained_window_mac.h
+++ b/chrome/browser/ui/cocoa/constrained_window_mac.h
@@ -83,7 +83,7 @@ class ConstrainedWindowMacDelegateCustomSheet
public:
ConstrainedWindowMacDelegateCustomSheet();
ConstrainedWindowMacDelegateCustomSheet(id delegate, SEL didEndSelector);
- ~ConstrainedWindowMacDelegateCustomSheet();
+ virtual ~ConstrainedWindowMacDelegateCustomSheet();
protected:
// For when you need to delay initalization after the constructor call.
@@ -146,4 +146,3 @@ class ConstrainedWindowMac : public ConstrainedWindow {
};
#endif // CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_MAC_H_
-
« no previous file with comments | « chrome/browser/transport_security_persister.h ('k') | chrome/browser/ui/cocoa/download/download_item_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698