Index: device/bluetooth/bluetooth_device_win.cc |
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc |
index 8c1033609c6650dae1d48a605e68c953b754af35..525ab0a1d9da8f5e2aa24adcabc9d13e46845e1d 100644 |
--- a/device/bluetooth/bluetooth_device_win.cc |
+++ b/device/bluetooth/bluetooth_device_win.cc |
@@ -342,7 +342,7 @@ bool BluetoothDeviceWin::IsGattServiceDiscovered(BluetoothUUID& uuid, |
bool BluetoothDeviceWin::DoesGattServiceExist( |
const ScopedVector<BluetoothTaskManagerWin::ServiceRecordState>& |
service_state, |
- BluetoothGattService* service) { |
+ BluetoothRemoteGattService* service) { |
uint16_t attribute_handle = |
static_cast<BluetoothRemoteGattServiceWin*>(service) |
->GetAttributeHandle(); |
@@ -392,7 +392,7 @@ void BluetoothDeviceWin::UpdateGattServices( |
nullptr, ui_task_runner_); |
gatt_services_.add( |
primary_service->GetIdentifier(), |
- std::unique_ptr<BluetoothGattService>(primary_service)); |
+ std::unique_ptr<BluetoothRemoteGattService>(primary_service)); |
adapter_->NotifyGattServiceAdded(primary_service); |
} |
} |