Chromium Code Reviews| 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..9a0b27b54dad76ed3dd2c7663d37125adf5bd540 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(); |
|
Nico
2016/06/02 21:31:02
.
|
| } |
| } // namespace device |