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_ |
- |