| Index: device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h
|
| index ca8b52e07a8c821c6e008ee3a201c519f91bcf9a..7337a9462d677e52a3630187e81532550f58c2b4 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h
|
| @@ -27,7 +27,7 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattServiceServiceProvider
|
| const std::vector<dbus::ObjectPath>& includes);
|
| ~FakeBluetoothGattServiceServiceProvider() override;
|
|
|
| - const dbus::ObjectPath& object_path() const { return object_path_; }
|
| + const dbus::ObjectPath& object_path() const override;
|
| const std::string& uuid() const { return uuid_; }
|
|
|
| private:
|
|
|