| Index: device/bluetooth/bluetooth_adapter_win.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc
|
| index 76e12782af4667b5e5a92c7bb51d11b774104e84..86d4b2b1f763b85b75c3cffc01b7404332175efe 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_win.cc
|
| @@ -197,7 +197,7 @@ void BluetoothAdapterWin::RegisterAudioSink(
|
| void BluetoothAdapterWin::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);
|
| }
|
|
|