| Index: device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h
|
| index 4154c8b9766ca63b44a803f5c2ce7570c67f5942..e6d3437e7ac96a3169bdd9e84f12cd4781e1da6d 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h
|
| @@ -41,17 +41,6 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattApplicationServiceProvider
|
| // D-Bus object path of the fake GATT service.
|
| dbus::ObjectPath object_path_;
|
|
|
| - // List of GATT Service service providers managed by this object manager.
|
| - std::vector<std::unique_ptr<BluetoothGattServiceServiceProvider>>
|
| - service_providers_;
|
| - // List of GATT Characteristic service providers managed by this object
|
| - // manager.
|
| - std::vector<std::unique_ptr<BluetoothGattCharacteristicServiceProvider>>
|
| - characteristic_providers_;
|
| - // List of GATT Descriptor service providers managed by this object manager.
|
| - std::vector<std::unique_ptr<BluetoothGattDescriptorServiceProvider>>
|
| - descriptor_providers_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattApplicationServiceProvider);
|
| };
|
|
|
|
|