Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(728)

Unified Diff: printing/page_setup.cc

Issue 1731423002: printing: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/page_setup.h ('k') | printing/print_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « printing/page_setup.h ('k') | printing/print_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698