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

Unified Diff: components/autofill/core/browser/payments/payments_client.h

Issue 1728033002: components: 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: components/autofill/core/browser/payments/payments_client.h
diff --git a/components/autofill/core/browser/payments/payments_client.h b/components/autofill/core/browser/payments/payments_client.h
index b83c8af5582295cd1a0ea4cada8fa57ff068839d..0284f8fa9ce23a8509d6a5460de8ef9a1bea8077 100644
--- a/components/autofill/core/browser/payments/payments_client.h
+++ b/components/autofill/core/browser/payments/payments_client.h
@@ -73,6 +73,7 @@ class PaymentsClient : public net::URLFetcherDelegate,
// request.
struct UploadRequestDetails {
UploadRequestDetails();
+ UploadRequestDetails(const UploadRequestDetails& other);
~UploadRequestDetails();
CreditCard card;

Powered by Google App Engine
This is Rietveld 408576698