| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index bba7fb32feaf11b905bb073d8f0bbfcfcea56602..3533c81a8a57616a020776bd77037f47b564e216 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -117,7 +117,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : public BluetoothDevice {
|
| bool DoesGattServiceExist(
|
| const ScopedVector<BluetoothTaskManagerWin::ServiceRecordState>&
|
| service_state,
|
| - BluetoothGattService* service);
|
| + BluetoothRemoteGattService* service);
|
|
|
| // Updates the GATT services with the services stored in |service_state|.
|
| void UpdateGattServices(
|
|
|