| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index 89cb78d1cdb16b56a9c1e557d9c6595c3551b2bf..4a897b832c1ba65082080630cbf1a97aad672dba 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -23,7 +23,11 @@ class BluetoothDeviceWin : public BluetoothDevice {
|
| virtual ~BluetoothDeviceWin();
|
|
|
| // 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;
|
| @@ -67,7 +71,6 @@ class BluetoothDeviceWin : public BluetoothDevice {
|
|
|
| protected:
|
| // BluetoothDevice override
|
| - virtual uint32 GetBluetoothClass() const OVERRIDE;
|
| virtual std::string GetDeviceName() const OVERRIDE;
|
|
|
| private:
|
|
|