| Index: device/bluetooth/bluetooth_adapter_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
|
| index bdbca4694f5322940349080f92124f3e488c51ac..bf108eee4c0b52fbb48eab66c3e4a2f1716233a8 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.mm
|
| @@ -207,7 +207,7 @@ void BluetoothAdapterMac::ClassicDiscoveryStopped(bool unexpected) {
|
| AdapterDiscoveringChanged(this, false));
|
| }
|
|
|
| -void BluetoothAdapterMac::DeviceConnected(IOBluetoothDevice* device) {
|
| +void BluetoothAdapterMac::ClassicDeviceConnected(IOBluetoothDevice* device) {
|
| // TODO(isherman): Investigate whether this method can be replaced with a call
|
| // to +registerForConnectNotifications:selector:.
|
| DVLOG(1) << "Adapter registered a new connection from device with address: "
|
|
|