Index: device/bluetooth/bluetooth_adapter.cc |
diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc |
index 3aa39ea8343aa40c4dea99e3b06574f9760c3f4d..d9a24f05ad8c696a5d3ba29aa5564ad0155e77b6 100644 |
--- a/device/bluetooth/bluetooth_adapter.cc |
+++ b/device/bluetooth/bluetooth_adapter.cc |
@@ -19,6 +19,8 @@ base::WeakPtr<BluetoothAdapter> BluetoothAdapter::CreateAdapter( |
} |
#endif // !defined(OS_CHROMEOS) && !defined(OS_WIN) && !defined(OS_MACOSX) |
+const int BluetoothAdapter::kChannelAuto = 0; |
+const int BluetoothAdapter::kPsmAuto = 0; |
BluetoothAdapter::BluetoothAdapter() |
: weak_ptr_factory_(this) { |