| Index: device/bluetooth/bluetooth_adapter_android.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
|
| index cc93dd7936af9a9af3d6c51a9afb4ca39ad56813..85a7a5465cc25750df9d25ef22b3b29f9c16c0ed 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.h
|
| +++ b/device/bluetooth/bluetooth_adapter_android.h
|
| @@ -85,7 +85,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
|
| 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;
|
|
|
|
|