| Index: device/bluetooth/bluez/bluetooth_device_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_device_bluez.h b/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| index 521405e8df576cbc203d99425773b01fa00900e1..1084433a402a451a0a020d32a277aa031dc6fc65 100644
|
| --- a/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| @@ -61,7 +61,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceBlueZ
|
| 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;
|
|
|