| 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() {
|
|
|