| Index: device/bluetooth/bluetooth_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
|
| index e61676affc61ce20f4c02be5268b01ae43ae5a6d..1252dd97f6c69609b3819e1302f684f82d079ae1 100644
|
| --- a/device/bluetooth/bluetooth_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_device_mac.h
|
| @@ -24,7 +24,11 @@ class BluetoothDeviceMac : public BluetoothDevice {
|
| virtual ~BluetoothDeviceMac();
|
|
|
| // BluetoothDevice override
|
| + virtual uint32 GetBluetoothClass() const OVERRIDE;
|
| virtual std::string GetAddress() const OVERRIDE;
|
| + virtual uint16 GetVendorID() const OVERRIDE;
|
| + virtual uint16 GetProductID() const OVERRIDE;
|
| + virtual uint16 GetDeviceID() const OVERRIDE;
|
| virtual bool IsPaired() const OVERRIDE;
|
| virtual bool IsConnected() const OVERRIDE;
|
| virtual bool IsConnectable() const OVERRIDE;
|
| @@ -68,7 +72,6 @@ class BluetoothDeviceMac : public BluetoothDevice {
|
|
|
| protected:
|
| // BluetoothDevice override
|
| - virtual uint32 GetBluetoothClass() const OVERRIDE;
|
| virtual std::string GetDeviceName() const OVERRIDE;
|
|
|
| private:
|
|
|