| Index: device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
| diff --git a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
| index a39f36ebc7bb8fa4fd85b7d32e61fbe20380a20f..c66b95332fe3353f5707f0139b34619c3c1e6ee4 100644
|
| --- a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
| @@ -4,11 +4,16 @@
|
|
|
| #include "device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h"
|
|
|
| +#include <utility>
|
| +
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
|
|
| namespace bluez {
|
|
|
| +BluetoothServiceAttributeValueBlueZ::BluetoothServiceAttributeValueBlueZ()
|
| + : type_(NULLTYPE), size_(0) {}
|
| +
|
| BluetoothServiceAttributeValueBlueZ::BluetoothServiceAttributeValueBlueZ(
|
| Type type,
|
| size_t size,
|
|
|