Index: device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h |
diff --git a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h |
index f74016afaf82a7e31db4ece99c208692836b1f6f..c571bc529a3dd634e1af75a221b44fd7b873f1da 100644 |
--- a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h |
+++ b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h |
@@ -30,10 +30,12 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothServiceAttributeValueBlueZ { |
using Sequence = std::vector<BluetoothServiceAttributeValueBlueZ>; |
+ BluetoothServiceAttributeValueBlueZ(); |
BluetoothServiceAttributeValueBlueZ(Type type, |
size_t size, |
std::unique_ptr<base::Value> value); |
- BluetoothServiceAttributeValueBlueZ(std::unique_ptr<Sequence> sequence); |
+ explicit BluetoothServiceAttributeValueBlueZ( |
+ std::unique_ptr<Sequence> sequence); |
BluetoothServiceAttributeValueBlueZ( |
const BluetoothServiceAttributeValueBlueZ& attribute); |
BluetoothServiceAttributeValueBlueZ operator=( |