| 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 9620c6fe540feb0d47a71ff18b9f2b1c2f59980c..65120a28265aa65ef59224bf185b8360957e1d16 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_win.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_win.h
|
| @@ -41,12 +41,10 @@ class DEVICE_BLUETOOTH_EXPORT DeviceRegistryPropertyValue {
|
|
|
| private:
|
| DeviceRegistryPropertyValue(DWORD property_type,
|
| - std::unique_ptr<uint8_t[]> value,
|
| - size_t value_size);
|
| + std::unique_ptr<uint8_t[]> value);
|
|
|
| DWORD property_type_;
|
| std::unique_ptr<uint8_t[]> value_;
|
| - size_t value_size_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DeviceRegistryPropertyValue);
|
| };
|
|
|