| 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 a340edcc08403824698a00bceb21d6e7b1a4933c..4bb3da8161b176cdd797fe440d06928105549823 100644
|
| --- a/content/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| +++ b/content/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| @@ -84,7 +84,7 @@ void BluetoothAllowedDevicesMap::RemoveDevice(
|
|
|
| const WebBluetoothDeviceId* BluetoothAllowedDevicesMap::GetDeviceId(
|
| const url::Origin& origin,
|
| - const std::string& device_address) {
|
| + const std::string& device_address) const {
|
| auto address_map_iter = origin_to_device_address_to_id_map_.find(origin);
|
| if (address_map_iter == origin_to_device_address_to_id_map_.end()) {
|
| return nullptr;
|
|
|