Index: device/bluetooth/bluetooth_low_energy_win_fake.cc |
diff --git a/device/bluetooth/bluetooth_low_energy_win_fake.cc b/device/bluetooth/bluetooth_low_energy_win_fake.cc |
index dc53c686833d6ae7fea51c63a3a8c8c87dfc3257..d6f64df63f5ede14b8a19462c8a6015bffbb0786 100644 |
--- a/device/bluetooth/bluetooth_low_energy_win_fake.cc |
+++ b/device/bluetooth/bluetooth_low_energy_win_fake.cc |
@@ -250,7 +250,7 @@ HRESULT BluetoothLowEnergyWrapperFake::RegisterGattEvents( |
base::FilePath& service_path, |
BTH_LE_GATT_EVENT_TYPE type, |
PVOID event_parameter, |
- PFNBLUETOOTH_GATT_EVENT_CALLBACK callback, |
+ PFNBLUETOOTH_GATT_EVENT_CALLBACK_CORRECTED callback, |
PVOID context, |
BLUETOOTH_GATT_EVENT_HANDLE* out_handle) { |
// Right now, only CharacteristicValueChangedEvent is supported. |