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

Unified Diff: device/bluetooth/bluetooth_device_mac.h

Issue 1284073002: bluetooth: Add adapter to BluetoothDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-drop-callback-
Patch Set: Merge TOT Created 5 years, 3 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
« no previous file with comments | « device/bluetooth/bluetooth_device_chromeos.cc ('k') | device/bluetooth/bluetooth_device_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_device_mac.h
diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
index 19d1c755ab46bc0205fece86c02ec43c0d7eeef3..b290a077dbdd70820ecb949ff7d1cfb317345190 100644
--- a/device/bluetooth/bluetooth_device_mac.h
+++ b/device/bluetooth/bluetooth_device_mac.h
@@ -11,6 +11,8 @@
namespace device {
+class BluetoothAdapterMac;
+
class BluetoothDeviceMac : public BluetoothDevice {
public:
~BluetoothDeviceMac() override;
@@ -20,7 +22,7 @@ class BluetoothDeviceMac : public BluetoothDevice {
virtual NSDate* GetLastUpdateTime() const = 0;
protected:
- BluetoothDeviceMac();
+ BluetoothDeviceMac(BluetoothAdapterMac* adapter);
DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceMac);
};
« no previous file with comments | « device/bluetooth/bluetooth_device_chromeos.cc ('k') | device/bluetooth/bluetooth_device_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698