Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2171)

Unified Diff: device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc

Issue 2149713002: arc: bluetooth: Add SDP host side support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tryjob failures Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698