| 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..8bcee3a5a32d19a3b22cada0b35785ce4b43da51 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;
|
| }
|
|
|