| Index: device/bluetooth/bluetooth_device_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h
|
| index 939ca06a12f3316a5f30d8d4acbc29683870ab13..9e62a8276405b8d5ec0ea4ea9c9c137c5552e652 100644
|
| --- a/device/bluetooth/bluetooth_device_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_device_chromeos.h
|
| @@ -40,7 +40,11 @@ class BluetoothDeviceChromeOS
|
| virtual ~BluetoothDeviceChromeOS();
|
|
|
| // 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;
|
| @@ -84,7 +88,6 @@ class BluetoothDeviceChromeOS
|
|
|
| protected:
|
| // BluetoothDevice override
|
| - virtual uint32 GetBluetoothClass() const OVERRIDE;
|
| virtual std::string GetDeviceName() const OVERRIDE;
|
|
|
| private:
|
|
|