| Index: device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc
 | 
| diff --git a/device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc b/device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc
 | 
| index c1b909a4d16384c08680f6701122b743ae734957..ac113186615393cbb025ff0ffd3f69d63488cbd6 100644
 | 
| --- a/device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc
 | 
| +++ b/device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc
 | 
| @@ -8,9 +8,7 @@
 | 
|  
 | 
|  namespace bluez {
 | 
|  
 | 
| -BluetoothGattDescriptorBlueZ::BluetoothGattDescriptorBlueZ(
 | 
| -    const dbus::ObjectPath& object_path)
 | 
| -    : object_path_(object_path) {}
 | 
| +BluetoothGattDescriptorBlueZ::BluetoothGattDescriptorBlueZ() {}
 | 
|  
 | 
|  BluetoothGattDescriptorBlueZ::~BluetoothGattDescriptorBlueZ() {}
 | 
|  
 | 
| 
 |