| Index: content/browser/bluetooth/bluetooth_blocklist.cc
|
| diff --git a/content/browser/bluetooth/bluetooth_blocklist.cc b/content/browser/bluetooth/bluetooth_blocklist.cc
|
| index 4ba1dc1396212eb35b2d7c40f9aab4d6ea0dcf5d..97aea3e0fdad85a4040a39e5c8adee4bcf55feef 100644
|
| --- a/content/browser/bluetooth/bluetooth_blocklist.cc
|
| +++ b/content/browser/bluetooth/bluetooth_blocklist.cc
|
| @@ -86,8 +86,8 @@ bool BluetoothBlocklist::IsExcluded(const BluetoothUUID& uuid) const {
|
| }
|
|
|
| bool BluetoothBlocklist::IsExcluded(
|
| - const std::vector<blink::mojom::WebBluetoothScanFilterPtr>& filters) {
|
| - for (const blink::mojom::WebBluetoothScanFilterPtr& filter : filters) {
|
| + const std::vector<blink::mojom::WebBluetoothLeScanFilterPtr>& filters) {
|
| + for (const blink::mojom::WebBluetoothLeScanFilterPtr& filter : filters) {
|
| if (!filter->services) {
|
| continue;
|
| }
|
|
|