| Index: device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc
|
| index 8d724058673d6e29fe4aa26bb12ed62f1082c428..44fb44fb615151c09b12014c958edc06e6838e84 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc
|
| @@ -34,4 +34,9 @@ FakeBluetoothGattServiceServiceProvider::
|
| fake_bluetooth_gatt_manager_client->UnregisterServiceServiceProvider(this);
|
| }
|
|
|
| +const dbus::ObjectPath& FakeBluetoothGattServiceServiceProvider::object_path()
|
| + const {
|
| + return object_path_;
|
| +}
|
| +
|
| } // namespace bluez
|
|
|