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

Unified Diff: components/proximity_auth/cryptauth/secure_message_delegate.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/proximity_auth/cryptauth/secure_message_delegate.h
diff --git a/components/proximity_auth/cryptauth/secure_message_delegate.h b/components/proximity_auth/cryptauth/secure_message_delegate.h
index 932ebc0a9db6c393fbbf0725f8b8355b5d1589cc..ef5a277b8c97d686a3d9e6af97c966b68dc21ce4 100644
--- a/components/proximity_auth/cryptauth/secure_message_delegate.h
+++ b/components/proximity_auth/cryptauth/secure_message_delegate.h
@@ -20,6 +20,7 @@ class SecureMessageDelegate {
// Fields specifying how to create a SecureMessage.
struct CreateOptions {
CreateOptions();
+ CreateOptions(const CreateOptions& other);
~CreateOptions();
// The scheme used to encrypt the message.

Powered by Google App Engine
This is Rietveld 408576698