| 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() {
|
| }
|
|
|
|
|