| Index: device/bluetooth/bluetooth_classic_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_classic_device_mac.h b/device/bluetooth/bluetooth_classic_device_mac.h
|
| index bf87f5813497db18ab6d287125f50461317422d7..dbbe2a5204b88aee8f78265f25d40e6f62f23f7e 100644
|
| --- a/device/bluetooth/bluetooth_classic_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_classic_device_mac.h
|
| @@ -42,7 +42,7 @@ class BluetoothClassicDeviceMac : public BluetoothDeviceMac {
|
| 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;
|
|
|