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

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

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.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=(

Powered by Google App Engine
This is Rietveld 408576698