Index: components/proximity_auth/ble/bluetooth_low_energy_connection.h |
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection.h b/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
index c214dc5f125c56916618e0d938115fd92443f24e..b45a21d81c05152b38a7ec144ddfcf267b69f078 100644 |
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
@@ -222,7 +222,7 @@ class BluetoothLowEnergyConnection : public Connection, |
void ClearWriteRequestsQueue(); |
// Returns the Bluetooth address of the remote device. |
- const std::string& GetRemoteDeviceAddress(); |
+ std::string GetRemoteDeviceAddress(); |
// Returns the device corresponding to |remote_device_address_|. |
device::BluetoothDevice* GetRemoteDevice(); |