| Index: device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h b/device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h
|
| index 4c0848c05e8502b459d877bdec1f69efcefa21e1..aa96696bc7eb5db2b5c46501503061b3b5542af6 100644
|
| --- a/device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h
|
| @@ -27,8 +27,7 @@ class BluetoothGattCharacteristicBlueZ
|
| const dbus::ObjectPath& object_path() const { return object_path_; }
|
|
|
| protected:
|
| - explicit BluetoothGattCharacteristicBlueZ(
|
| - const dbus::ObjectPath& object_path);
|
| + explicit BluetoothGattCharacteristicBlueZ(dbus::ObjectPath object_path);
|
| ~BluetoothGattCharacteristicBlueZ() override;
|
|
|
| private:
|
|
|