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

Unified Diff: printing/print_settings.h

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.cc ('k') | printing/print_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_settings.h
diff --git a/printing/print_settings.h b/printing/print_settings.h
index 6c4f8e740281830e29802f59cf2683b1fb33a600..29c0ced8a77ee64a26fb26dd2df02ce3f5a35075 100644
--- a/printing/print_settings.h
+++ b/printing/print_settings.h
@@ -48,6 +48,7 @@ class PRINTING_EXPORT PrintSettings {
};
PrintSettings();
+ PrintSettings(const PrintSettings& other);
~PrintSettings();
// Reinitialize the settings to the default values.
« no previous file with comments | « printing/page_setup.cc ('k') | printing/print_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698