| Index: content/browser/bluetooth/bluetooth_blocklist.h
|
| diff --git a/content/browser/bluetooth/bluetooth_blocklist.h b/content/browser/bluetooth/bluetooth_blocklist.h
|
| index a32baf5bad19f7a65edc3a736ca79144a83402c7..78e3b8a27b2dab8a521e0d42f736809c61bb04d6 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 mojo::Array<blink::mojom::WebBluetoothScanFilterPtr>& filters);
|
| + const std::vector<blink::mojom::WebBluetoothScanFilterPtr>& filters);
|
|
|
| // Returns if a UUID is excluded from read operations. UUID must be valid.
|
| bool IsExcludedFromReads(const device::BluetoothUUID&) const;
|
|
|