| Index: components/proximity_auth/proximity_monitor_impl.cc
|
| diff --git a/components/proximity_auth/proximity_monitor_impl.cc b/components/proximity_auth/proximity_monitor_impl.cc
|
| index dce7cb086d1d333e0b7635868e7cef59818f5811..02422caf5b0830bdff76838ef4a004c27c0c062b 100644
|
| --- a/components/proximity_auth/proximity_monitor_impl.cc
|
| +++ b/components/proximity_auth/proximity_monitor_impl.cc
|
| @@ -42,7 +42,7 @@ ProximityMonitorImpl::ProximityMonitorImpl(
|
| clock_(std::move(clock)),
|
| polling_weak_ptr_factory_(this),
|
| weak_ptr_factory_(this) {
|
| - if (device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
|
| + if (device::BluetoothAdapterFactory::IsBluetoothSupported()) {
|
| device::BluetoothAdapterFactory::GetAdapter(
|
| base::Bind(&ProximityMonitorImpl::OnAdapterInitialized,
|
| weak_ptr_factory_.GetWeakPtr()));
|
|
|