Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
index 700069bad2d1b70311b440266e9f9aadd1fb6eb9..1e15669dfbcfee16cd077dc4c12b58474c5e21cb 100644 |
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
@@ -388,8 +388,7 @@ EasyUnlockPrivateConnectToBluetoothServiceInsecurelyFunction:: |
void EasyUnlockPrivateConnectToBluetoothServiceInsecurelyFunction:: |
ConnectToService(device::BluetoothDevice* device, |
const device::BluetoothUUID& uuid) { |
- proximity_auth::bluetooth_util::ConnectToServiceInsecurely( |
- device, |
+ device->ConnectToServiceInsecurely( |
uuid, |
base::Bind(&EasyUnlockPrivateConnectToBluetoothServiceInsecurelyFunction:: |
OnConnect, |