| Index: device/bluetooth/bluetooth_adapter_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
|
| index 1690da6559fe9582cecaba733cc476a6c4d7d763..c485f99bc40c7e585e591cd67671687c484b203b 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.mm
|
| @@ -206,7 +206,7 @@ void BluetoothAdapterMac::RegisterAudioSink(
|
| void BluetoothAdapterMac::RegisterAdvertisement(
|
| std::unique_ptr<BluetoothAdvertisement::Data> advertisement_data,
|
| const CreateAdvertisementCallback& callback,
|
| - const CreateAdvertisementErrorCallback& error_callback) {
|
| + const AdvertisementErrorCallback& error_callback) {
|
| NOTIMPLEMENTED();
|
| error_callback.Run(BluetoothAdvertisement::ERROR_UNSUPPORTED_PLATFORM);
|
| }
|
|
|