Chromium Code Reviews| Index: printing/page_setup.h |
| diff --git a/printing/page_setup.h b/printing/page_setup.h |
| index 568b7085f4388ff3076474def47c141bb106bd6a..4126bea55e44ff50f388804edeb1093b7ddc9202 100644 |
| --- a/printing/page_setup.h |
| +++ b/printing/page_setup.h |
| @@ -36,6 +36,7 @@ class PRINTING_EXPORT PageMargins { |
| class PRINTING_EXPORT PageSetup { |
| public: |
| PageSetup(); |
| + PageSetup(const PageSetup& other); |
| ~PageSetup(); |
| void Clear(); |