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

Unified Diff: chrome/browser/printing/cloud_print/device_description.h

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/browser/printing/cloud_print/device_description.h
diff --git a/chrome/browser/printing/cloud_print/device_description.h b/chrome/browser/printing/cloud_print/device_description.h
index 87aa7a14c8591f319e956fb32aae35ac445b3dbe..23ca4e9328c407f59c9598a3e32dd5d14e26d83d 100644
--- a/chrome/browser/printing/cloud_print/device_description.h
+++ b/chrome/browser/printing/cloud_print/device_description.h
@@ -20,6 +20,7 @@ struct DeviceDescription {
DeviceDescription();
explicit DeviceDescription(
const local_discovery::ServiceDescription& service_description);
+ DeviceDescription(const DeviceDescription& other);
~DeviceDescription();
bool IsValid() const;

Powered by Google App Engine
This is Rietveld 408576698