Index: extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.cc |
diff --git a/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.cc b/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.cc |
index 1811fde7798411f2f25670900149b15f51eb55e5..ee4242177f4492ae6722c0db0c33d78264641aec 100644 |
--- a/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.cc |
+++ b/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.cc |
@@ -15,14 +15,14 @@ |
namespace extensions { |
-namespace bt_private = core_api::bluetooth_private; |
+namespace bt_private = api::bluetooth_private; |
namespace { |
void PopulatePairingEvent(const device::BluetoothDevice* device, |
bt_private::PairingEventType type, |
bt_private::PairingEvent* out) { |
- core_api::bluetooth::BluetoothDeviceToApiDevice(*device, &out->device); |
+ api::bluetooth::BluetoothDeviceToApiDevice(*device, &out->device); |
out->pairing = type; |
} |