| Index: components/proximity_auth/bluetooth_connection_unittest.cc
|
| diff --git a/components/proximity_auth/bluetooth_connection_unittest.cc b/components/proximity_auth/bluetooth_connection_unittest.cc
|
| index dd576915dd68cf9686f090fddeb5c1d14148dad5..56a7ea014117cf9a5c989bc055f7552d6b22d9e4 100644
|
| --- a/components/proximity_auth/bluetooth_connection_unittest.cc
|
| +++ b/components/proximity_auth/bluetooth_connection_unittest.cc
|
| @@ -205,7 +205,7 @@ TEST_F(ProximityAuthBluetoothConnectionTest, Connect_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;
|
|
|
| StrictMock<MockBluetoothConnection> connection;
|
|
|