| Index: device/bluetooth/dbus/bluetooth_gatt_service_service_provider.cc
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.cc b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.cc
|
| index 04d93d56b1ff3312cf3e7068d8292ba315bd4ceb..fea3db39f997efb7a1d6c6c622f28142db4fc7fc 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.cc
|
| @@ -20,10 +20,11 @@ BluetoothGattServiceServiceProvider::Create(
|
| dbus::Bus* bus,
|
| const dbus::ObjectPath& object_path,
|
| const std::string& uuid,
|
| + bool is_primary,
|
| const std::vector<dbus::ObjectPath>& includes) {
|
| if (!bluez::BluezDBusManager::Get()->IsUsingFakes()) {
|
| return new BluetoothGattServiceServiceProviderImpl(bus, object_path, uuid,
|
| - includes);
|
| + is_primary, includes);
|
| }
|
| return new FakeBluetoothGattServiceServiceProvider(object_path, uuid,
|
| includes);
|
|
|