| Index: content/browser/bluetooth/bluetooth_metrics.cc
|
| diff --git a/content/browser/bluetooth/bluetooth_metrics.cc b/content/browser/bluetooth/bluetooth_metrics.cc
|
| index ff4a7e1742702532e5dd75748a045b7585d9111b..0af1577ef3325521164d4e5ea30b7e13b42b84a2 100644
|
| --- a/content/browser/bluetooth/bluetooth_metrics.cc
|
| +++ b/content/browser/bluetooth/bluetooth_metrics.cc
|
| @@ -61,7 +61,7 @@ void RecordRequestDeviceOutcome(UMARequestDeviceOutcome outcome) {
|
| }
|
|
|
| static void RecordRequestDeviceFilters(
|
| - const std::vector<blink::mojom::WebBluetoothScanFilterPtr>& filters) {
|
| + const std::vector<blink::mojom::WebBluetoothLeScanFilterPtr>& filters) {
|
| UMA_HISTOGRAM_COUNTS_100("Bluetooth.Web.RequestDevice.Filters.Count",
|
| filters.size());
|
| for (const auto& filter : filters) {
|
|
|