diff options
Diffstat (limited to 'printing')
-rw-r--r-- | printing/printed_pages_source.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/printing/printed_pages_source.h b/printing/printed_pages_source.h index 4ae6549..ec130dd 100644 --- a/printing/printed_pages_source.h +++ b/printing/printed_pages_source.h @@ -22,6 +22,9 @@ class PrintedPagesSource { // Returns the URL's source of the document if applicable. virtual GURL RenderSourceUrl() = 0; + + protected: + virtual ~PrintedPagesSource() {} }; } // namespace printing |