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

Unified Diff: printing/printing_context_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 | « printing/printing_context_cairo.h ('k') | remoting/client/plugin/pepper_xmpp_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_mac.h
diff --git a/printing/printing_context_mac.h b/printing/printing_context_mac.h
index 12a999c52e6faf4d49b4af5deef968cd49b8c2c4..84a5c05409832105d53cbab4cf07ef5417f20459 100644
--- a/printing/printing_context_mac.h
+++ b/printing/printing_context_mac.h
@@ -22,7 +22,7 @@ namespace printing {
class PrintingContextMac : public PrintingContext {
public:
explicit PrintingContextMac(const std::string& app_locale);
- ~PrintingContextMac();
+ virtual ~PrintingContextMac();
// PrintingContext implementation.
virtual void AskUserForSettings(gfx::NativeView parent_view,
« no previous file with comments | « printing/printing_context_cairo.h ('k') | remoting/client/plugin/pepper_xmpp_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698