| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index 01e5ca9f173a2625a0da86481906958d70a2e270..645062d78594847c136b6d41ed9de027161b4109 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -47,7 +47,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : public BluetoothDevice {
|
| bool IsGattConnected() const override;
|
| bool IsConnectable() const override;
|
| bool IsConnecting() const override;
|
| - UUIDList GetUUIDs() const override;
|
| + UUIDSet GetUUIDs() const override;
|
| base::Optional<int8_t> GetInquiryRSSI() const override;
|
| base::Optional<int8_t> GetInquiryTxPower() const override;
|
| bool ExpectingPinCode() const override;
|
| @@ -149,7 +149,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : public BluetoothDevice {
|
| bool visible_;
|
|
|
| // The services (identified by UUIDs) that this device provides.
|
| - UUIDList uuids_;
|
| + UUIDSet uuids_;
|
|
|
| // The service records retrieved from SDP.
|
| ServiceRecordList service_record_list_;
|
|
|