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

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

Issue 2287023002: device/bluetooth: Fix = operator and copy constructor of BluetoothServiceAttributeValueBlueZ (Closed)
Patch Set: change bug number 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
« no previous file with comments | « no previous file | device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c571bc529a3dd634e1af75a221b44fd7b873f1da..fdd291a5f100e4cdced1af2460235afdcf30b4ec 100644
--- a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h
@@ -38,7 +38,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothServiceAttributeValueBlueZ {
std::unique_ptr<Sequence> sequence);
BluetoothServiceAttributeValueBlueZ(
const BluetoothServiceAttributeValueBlueZ& attribute);
- BluetoothServiceAttributeValueBlueZ operator=(
+ BluetoothServiceAttributeValueBlueZ& operator=(
const BluetoothServiceAttributeValueBlueZ& attribute);
~BluetoothServiceAttributeValueBlueZ();
« no previous file with comments | « no previous file | device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698