| Index: components/proximity_auth/bluetooth_connection_finder_unittest.cc
|
| diff --git a/components/proximity_auth/bluetooth_connection_finder_unittest.cc b/components/proximity_auth/bluetooth_connection_finder_unittest.cc
|
| index 56488bdee49b00c629b881cb468a25a143863071..1283ccada5804ba23a3d957bea9bf5d3f751bc0e 100644
|
| --- a/components/proximity_auth/bluetooth_connection_finder_unittest.cc
|
| +++ b/components/proximity_auth/bluetooth_connection_finder_unittest.cc
|
| @@ -201,7 +201,7 @@ TEST_F(ProximityAuthBluetoothConnectionFinderTest, Find_NoBluetoothAdapter) {
|
| // Some platforms do not support Bluetooth. This test is only meaningful on
|
| // those platforms.
|
| adapter_ = NULL;
|
| - if (device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable())
|
| + if (device::BluetoothAdapterFactory::IsBluetoothSupported())
|
| return;
|
|
|
| // The StrictMock will verify that no connection is created.
|
|
|