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

Unified Diff: printing/printing_context_cairo.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 | « net/url_request/url_request_simple_job.h ('k') | printing/printing_context_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_cairo.h
diff --git a/printing/printing_context_cairo.h b/printing/printing_context_cairo.h
index 2326dead5620035632bc0cab6ab0f5cfcbcc907c..5bc30e6bb142ebc4e236d0a780dbea250018a2a7 100644
--- a/printing/printing_context_cairo.h
+++ b/printing/printing_context_cairo.h
@@ -17,7 +17,7 @@ class PrintDialogGtkInterface;
class PrintingContextCairo : public PrintingContext {
public:
explicit PrintingContextCairo(const std::string& app_locale);
- ~PrintingContextCairo();
+ virtual ~PrintingContextCairo();
#if !defined(OS_CHROMEOS)
// Sets the function that creates the print dialog.
« no previous file with comments | « net/url_request/url_request_simple_job.h ('k') | printing/printing_context_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698