| 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.
|
|
|