| Index: device/bluetooth/bluetooth_adapter_win.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.h b/device/bluetooth/bluetooth_adapter_win.h
|
| index 1808b1176fb8e7292f0f451e2a54a1dc0ca91bba..224740c05ce875bbea2f65129c2c95becc3f3c7a 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.h
|
| +++ b/device/bluetooth/bluetooth_adapter_win.h
|
| @@ -79,6 +79,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterWin
|
| std::unique_ptr<BluetoothAdvertisement::Data> advertisement_data,
|
| const CreateAdvertisementCallback& callback,
|
| const CreateAdvertisementErrorCallback& error_callback) override;
|
| + BluetoothLocalGattService* GetGattService(
|
| + const std::string& identifier) const override;
|
|
|
| // BluetoothTaskManagerWin::Observer override
|
| void AdapterStateChanged(
|
|
|