| Index: components/proximity_auth/remote_device.h
|
| diff --git a/components/proximity_auth/remote_device.h b/components/proximity_auth/remote_device.h
|
| index 4e2e2c91a6a18f49c8dbf553bf78ca598243d540..e10db03a58d827faf5e478938e8b860c999b90f3 100644
|
| --- a/components/proximity_auth/remote_device.h
|
| +++ b/components/proximity_auth/remote_device.h
|
| @@ -30,6 +30,7 @@ struct RemoteDevice {
|
| const std::string& bluetooth_address,
|
| const std::string& persistent_symmetric_key,
|
| std::string sign_in_challenge);
|
| + RemoteDevice(const RemoteDevice& other);
|
| ~RemoteDevice();
|
| };
|
|
|
|
|