Chromium Code Reviews

Unified Diff: printing/printed_pages_source.h

Issue 3032024: Add undeclared virtual destructors part 2... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome_frame/test/window_watchdog.h ('k') | views/controls/button/button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_pages_source.h
===================================================================
--- printing/printed_pages_source.h (revision 53376)
+++ printing/printed_pages_source.h (working copy)
@@ -22,6 +22,9 @@
// Returns the URL's source of the document if applicable.
virtual GURL RenderSourceUrl() = 0;
+
+ protected:
+ virtual ~PrintedPagesSource() {}
};
} // namespace printing
« no previous file with comments | « chrome_frame/test/window_watchdog.h ('k') | views/controls/button/button.h » ('j') | no next file with comments »

Powered by Google App Engine