[roll] Roll fuchsia [display][coordinator] Remove namespace aliases from TestFidlClient.

Namespace aliases make it more difficult to read the code, because they
require the reader to find and memorize the "using" statements in
effect. They also make refactoring more difficult, because moving code
between classes requires changes that account for the aliases in effect.

Original-Bug: 388885807
Test: fx test //src/graphics/display/drivers/coordinator
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1190272
Original-Revision: ebc75b4807b7d202a6a88c81b696b54a78783327
GitOrigin-RevId: 5e53324d5f0c7f2bda1e76a642c9fcc100b4ae07
Change-Id: Iff579cc1e21724fcffd39b768c90ba11274706c6
1 file changed
tree: e02dd149bb37bff55d988c10067ac9a0e8d2bbc7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 in one of the communication channels documented at get involved.

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.