Chromium Code Reviews| Index: printing/page_setup.cc |
| diff --git a/printing/page_setup.cc b/printing/page_setup.cc |
| index adc285be833b3d7730a0ad30d31f0b75203a669a..6d4ef1d6da8f853542aee8c385d6dc4ac10feb3a 100644 |
| --- a/printing/page_setup.cc |
| +++ b/printing/page_setup.cc |
| @@ -38,6 +38,8 @@ bool PageMargins::Equals(const PageMargins& rhs) const { |
| PageSetup::PageSetup() : text_height_(0) { |
| } |
| +PageSetup::~PageSetup() {} |
| + |
| void PageSetup::Clear() { |
| physical_size_.SetSize(0, 0); |
| printable_area_.SetRect(0, 0, 0, 0); |