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 c15d26a514b3082a1fe5c89649e88d70dbfedeba..bfdd6950db48784239067b2db5f853420c5877b2 100644 |
| --- a/device/bluetooth/bluetooth_adapter_factory.cc |
| +++ b/device/bluetooth/bluetooth_adapter_factory.cc |
| @@ -68,8 +68,9 @@ bool BluetoothAdapterFactory::IsBluetoothAdapterAvailable() { |
| return true; |
| #elif defined(OS_MACOSX) |
| return base::mac::IsOSLionOrLater(); |
| -#endif |
| +#else |
| return false; |
| +#endif |
| } |
| // static |