Index: device/bluetooth/bluetooth_device_chromeos.cc |
diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc |
index bef006f68adb3cc7b183caaeb54495196a81477b..178a87858217deb67e3163882996f9ceccf12092 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.cc |
+++ b/device/bluetooth/bluetooth_device_chromeos.cc |
@@ -48,7 +48,7 @@ namespace chromeos { |
BluetoothDeviceChromeOS::BluetoothDeviceChromeOS( |
BluetoothAdapterChromeOS* adapter) |
- : BluetoothDevice(), |
+ : BluetoothDevice("", "", 0, false, false), |
Mark Mentovai
2013/03/19 19:14:20
Fix indentation. The : should line up with the B f
youngki
2013/03/20 18:48:27
Done.
|
adapter_(adapter), |
pairing_delegate_(NULL), |
connecting_applications_counter_(0), |