| Index: content/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| diff --git a/content/browser/bluetooth/bluetooth_allowed_devices_map.cc b/content/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| index 7fd80f93a3d7b10662e499dca4addbd1c23ed0b6..df55b0320087ae479c3eb50fb988ebb7ffa29e86 100644
|
| --- a/content/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| +++ b/content/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/optional.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_util.h"
|
| -#include "content/browser/bluetooth/bluetooth_blacklist.h"
|
| +#include "content/browser/bluetooth/bluetooth_blocklist.h"
|
| #include "content/common/bluetooth/web_bluetooth_device_id.h"
|
|
|
| using device::BluetoothUUID;
|
| @@ -135,7 +135,7 @@ bool BluetoothAllowedDevicesMap::IsOriginAllowedToAccessService(
|
| const url::Origin& origin,
|
| const WebBluetoothDeviceId& device_id,
|
| const BluetoothUUID& service_uuid) const {
|
| - if (BluetoothBlacklist::Get().IsExcluded(service_uuid)) {
|
| + if (BluetoothBlocklist::Get().IsExcluded(service_uuid)) {
|
| return false;
|
| }
|
|
|
|
|