| Index: device/bluetooth/bluetooth_adapter_mac.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h
|
| index d0ef4c3972d72ba699eeece533e111fd9e7febb4..994610b4a5f2cba5a7ece47b517b1c32764bcb38 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.h
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.h
|
| @@ -89,7 +89,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterMac
|
| 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;
|
|
|
|
|