| Index: device/bluetooth/bluetooth_adapter_win.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.h b/device/bluetooth/bluetooth_adapter_win.h
|
| index 224740c05ce875bbea2f65129c2c95becc3f3c7a..fbbcb7f644c834c32e31fb3c57cc64cc4196cd92 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.h
|
| +++ b/device/bluetooth/bluetooth_adapter_win.h
|
| @@ -78,7 +78,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterWin
|
| void RegisterAdvertisement(
|
| std::unique_ptr<BluetoothAdvertisement::Data> advertisement_data,
|
| const CreateAdvertisementCallback& callback,
|
| - const CreateAdvertisementErrorCallback& error_callback) override;
|
| + const AdvertisementErrorCallback& error_callback) override;
|
| BluetoothLocalGattService* GetGattService(
|
| const std::string& identifier) const override;
|
|
|
|
|