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

Unified Diff: printing/print_settings.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/print_settings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_settings.cc
diff --git a/printing/print_settings.cc b/printing/print_settings.cc
index 159cfa5dd21f5c1d1fa8c1de688b9fd63673540d..98dc0a8daf0b4fdbd9f2cb60e77c5929ea7baaf1 100644
--- a/printing/print_settings.cc
+++ b/printing/print_settings.cc
@@ -125,6 +125,8 @@ PrintSettings::PrintSettings() {
Clear();
}
+PrintSettings::PrintSettings(const PrintSettings& other) = default;
+
PrintSettings::~PrintSettings() {
}
« no previous file with comments | « printing/print_settings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698