| Index: content/browser/bluetooth/bluetooth_device_chooser_controller.h | 
| diff --git a/content/browser/bluetooth/bluetooth_device_chooser_controller.h b/content/browser/bluetooth/bluetooth_device_chooser_controller.h | 
| index 685cf89a6a1c8738ef6a24dfab28829dadc0340f..500d31b144c125243d9ff0417a2b8e8a25aa9511 100644 | 
| --- a/content/browser/bluetooth/bluetooth_device_chooser_controller.h | 
| +++ b/content/browser/bluetooth/bluetooth_device_chooser_controller.h | 
| @@ -51,7 +51,7 @@ class CONTENT_EXPORT BluetoothDeviceChooserController final { | 
| // This function performs the following checks before starting a discovery | 
| // session: | 
| //   - Validates filters in |request_device_options|. | 
| -  //   - Removes any blacklisted UUIDs from | 
| +  //   - Removes any blocklisted UUIDs from | 
| //     |request_device_options.optinal_services|. | 
| //   - Checks if the request came from a cross-origin iframe. | 
| //   - Checks if the request came from a unique origin. | 
|  |