[roll] Roll fuchsia [scenic] Remove "using namespace ..."

"using namespace ..." is disallowed by Google and Fuchsia style
guide since it could cause unnecessary and unintended collisions
which has occurred in Scenic (between ::scenic_impl::display and
::display namespaces).

This change removes all the "using namespace" usages and replaced
them with explicit "namespace::name" instead.

Test: fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/872721
Original-Revision: f7ad8e93ab2a289e0ad09964e93f77ceb4950c62
GitOrigin-RevId: fff42f28da4dd105bf4e2461c4c9f32becb0e6c3
Change-Id: I57cf05ba59cb54754e4520df0b6f121751758889
1 file changed
tree: 2540d0dd8b826bf9a5c57e3ef4239e81196eb64d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.