| Index: device/bluetooth/bluetooth_low_energy_win.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_win.h b/device/bluetooth/bluetooth_low_energy_win.h
|
| index f9873225dca299dc072ac4a9c0dae1f40d1564ce..4efbdc252ee802315ddad60e5260d4a111507bcd 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_win.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_win.h
|
| @@ -57,6 +57,7 @@ class DEVICE_BLUETOOTH_EXPORT DevicePropertyValue {
|
| DevicePropertyValue(DEVPROPTYPE property_type,
|
| scoped_ptr<uint8_t[]> value,
|
| size_t value_size);
|
| + ~DevicePropertyValue();
|
|
|
| DEVPROPTYPE property_type() const { return property_type_; }
|
|
|
|
|