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

Unified Diff: chrome/service/cloud_print/printer_job_queue_handler.cc

Issue 1731483003: chrome: 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
Index: chrome/service/cloud_print/printer_job_queue_handler.cc
diff --git a/chrome/service/cloud_print/printer_job_queue_handler.cc b/chrome/service/cloud_print/printer_job_queue_handler.cc
index 93bc2169a42341ec0c99989cacedac2328c71de4..f25b8a1a0bc055e78d112e6a7a79aa657ca22293 100644
--- a/chrome/service/cloud_print/printer_job_queue_handler.cc
+++ b/chrome/service/cloud_print/printer_job_queue_handler.cc
@@ -25,6 +25,8 @@ base::Time TimeProviderImpl::GetNow() {
JobDetails::JobDetails() {}
+JobDetails::JobDetails(const JobDetails& other) = default;
+
JobDetails::~JobDetails() {}
void JobDetails::Clear() {

Powered by Google App Engine
This is Rietveld 408576698