[roll] Roll fuchsia [fidl][llcpp] Remove unnecessary templating on client side

`fidl::ControlBlock` only needs to know the fact that the object under
management is a `ClientBase`.

`fidl::Client` needs to know the precise `ClientImpl` type in order to
expose proper `ClientImpl* operator->()` operators, but otherwise do not
need to rely on the `ClientImpl` type for its internal logic.

This makes it easier to insert the unified `ClientImpl`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/520841
Original-Revision: 13d0b61092531d15bd0709e788768c3efd45c307
GitOrigin-RevId: 5dcb3255891059b48d1f413907cd89bb73dfbaa9
Change-Id: Iaf9f07d5c41755bad7e09f79cc460a92036b71d1
1 file changed
tree: 7728f45b0ec4ec9cb6fc98f832384c24867991dd
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.