| Index: device/bluetooth/test/mock_bluetooth_adapter.cc
|
| diff --git a/device/bluetooth/test/mock_bluetooth_adapter.cc b/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| index 8054d6905ba7724383590a4d5545d257e1ad8141..d287ffecfa86d474ecc9b11e19bf8b2178dad680 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| @@ -16,7 +16,7 @@ MockBluetoothAdapter::MockBluetoothAdapter() {
|
|
|
| MockBluetoothAdapter::~MockBluetoothAdapter() {}
|
|
|
| -#if defined(OS_CHROMEOS)
|
| +#if defined(OS_CHROMEOS) || defined(OS_LINUX)
|
| void MockBluetoothAdapter::Shutdown() {
|
| }
|
| #endif
|
|
|