| Index: device/bluetooth/bluetooth_adapter_factory.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_factory.cc b/device/bluetooth/bluetooth_adapter_factory.cc
|
| index 088f9a032b6724a22bd634e356f2c92589682480..61aa3dc7a6abb83efac1f7bcc609e95f122d3e4b 100644
|
| --- a/device/bluetooth/bluetooth_adapter_factory.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_factory.cc
|
| @@ -105,7 +105,7 @@ void BluetoothAdapterFactory::SetAdapterForTesting(
|
|
|
| // static
|
| bool BluetoothAdapterFactory::HasSharedInstanceForTesting() {
|
| - return default_adapter.Get();
|
| + return default_adapter.Get() != nullptr;
|
| }
|
|
|
| } // namespace device
|
|
|