| Index: device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
|
| index 3cb8176179c6d28df7cdf83d87878acd915c0845..4b0e04775aecefbfed34fdf7c2f14e3fd40af331 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
|
| @@ -51,8 +51,7 @@ void BluetoothGattApplicationServiceProvider::CreateAttributeServiceProviders(
|
| base::WrapUnique(new BluetoothGattCharacteristicDelegateWrapper(
|
| service.second, characteristic.second.get())),
|
| characteristic.second->GetUUID().value(),
|
| - std::vector<std::string>(), std::vector<std::string>(),
|
| - service.second->object_path())));
|
| + std::vector<std::string>(), service.second->object_path())));
|
| for (const auto& descriptor : characteristic.second->GetDescriptors()) {
|
| descriptor_providers->push_back(
|
| base::WrapUnique(BluetoothGattDescriptorServiceProvider::Create(
|
|
|