| Index: components/proximity_auth/remote_device.cc
|
| diff --git a/components/proximity_auth/remote_device.cc b/components/proximity_auth/remote_device.cc
|
| index 925dce437a64db31fe970e02dd7111c7fee954fe..cabe7149dadf5ba183a9b7b2e8c8a3eef4fd69d5 100644
|
| --- a/components/proximity_auth/remote_device.cc
|
| +++ b/components/proximity_auth/remote_device.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| namespace proximity_auth {
|
|
|
| -RemoteDevice::RemoteDevice() {}
|
| +RemoteDevice::RemoteDevice() : bluetooth_type(BLUETOOTH_CLASSIC) {}
|
|
|
| RemoteDevice::RemoteDevice(const std::string& user_id,
|
| const std::string& name,
|
|
|