| Index: content/browser/bluetooth/bluetooth_blocklist.h
|
| diff --git a/content/browser/bluetooth/bluetooth_blocklist.h b/content/browser/bluetooth/bluetooth_blocklist.h
|
| index 71807e41ce07ab2b3c40782e0eda735b333af705..7797a80a1f4f381366f93d808062e9c2c1b025c5 100644
|
| --- a/content/browser/bluetooth/bluetooth_blocklist.h
|
| +++ b/content/browser/bluetooth/bluetooth_blocklist.h
|
| @@ -65,7 +65,7 @@ class CONTENT_EXPORT BluetoothBlocklist final {
|
| // Returns if any UUID in a set of filters is excluded from all operations.
|
| // UUID must be valid.
|
| bool IsExcluded(
|
| - const std::vector<blink::mojom::WebBluetoothScanFilterPtr>& filters);
|
| + const std::vector<blink::mojom::WebBluetoothLEScanFilterPtr>& filters);
|
|
|
| // Returns if a UUID is excluded from read operations. UUID must be valid.
|
| bool IsExcludedFromReads(const device::BluetoothUUID&) const;
|
|
|