Chromium Code Reviews| Index: printing/page_setup.cc |
| diff --git a/printing/page_setup.cc b/printing/page_setup.cc |
| index f0ea223adb0bbf2c1a21566950df201d509134e6..69442b00ff3a0276ef45bbd0074e399f6044f70e 100644 |
| --- a/printing/page_setup.cc |
| +++ b/printing/page_setup.cc |
| @@ -41,6 +41,8 @@ PageSetup::PageSetup() { |
| Clear(); |
| } |
| +PageSetup::PageSetup(const PageSetup& other) = default; |
| + |
| PageSetup::~PageSetup() {} |
| void PageSetup::Clear() { |