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

Unified Diff: components/proximity_auth/cryptauth/secure_message_delegate.cc

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/proximity_auth/cryptauth/secure_message_delegate.cc
diff --git a/components/proximity_auth/cryptauth/secure_message_delegate.cc b/components/proximity_auth/cryptauth/secure_message_delegate.cc
index 43f18c090662a268801e99b896dac2bb0dd52bb3..7fec5ec2e9c872d51862f01a18173dec3bb7e076 100644
--- a/components/proximity_auth/cryptauth/secure_message_delegate.cc
+++ b/components/proximity_auth/cryptauth/secure_message_delegate.cc
@@ -15,6 +15,9 @@ SecureMessageDelegate::~SecureMessageDelegate() {
SecureMessageDelegate::CreateOptions::CreateOptions() {
}
+SecureMessageDelegate::CreateOptions::CreateOptions(
+ const CreateOptions& other) = default;
+
SecureMessageDelegate::CreateOptions::~CreateOptions() {
}

Powered by Google App Engine
This is Rietveld 408576698