Index: device/bluetooth/bluetooth_adapter_mac.h |
diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h |
index 1c4f56cb13d464f7eb287fe31e64a0e5c7731a2e..28ac243ab9d16e7daa1dc3ac85dfbe0bc9f555da 100644 |
--- a/device/bluetooth/bluetooth_adapter_mac.h |
+++ b/device/bluetooth/bluetooth_adapter_mac.h |
@@ -87,8 +87,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterMac |
void ClassicDeviceFound(IOBluetoothDevice* device) override; |
void ClassicDiscoveryStopped(bool unexpected) override; |
- // Registers that a new |device| has connected to the local host. |
- void DeviceConnected(IOBluetoothDevice* device); |
+ // Registers that a new classic device has connected to the local host. |
+ void ClassicDeviceConnected(IOBluetoothDevice* device); |
// We only use CoreBluetooth when OS X >= 10.10. This because the |
// CBCentralManager destructor was found to crash on the mac_chromium_rel_ng |