Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: device/bluetooth/bluetooth_device_chromeos.cc

Issue 12929003: Implemented BluetoothAdapterMac::AddDevices(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DeviceRemoved obsolete in OSX. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698