[roll] Roll fuchsia [fbl] Rename RefPtr::ObjType to RefPtr::element_type

Smart pointers in the standard library uniformly define the pointee type
to *_ptr::element_type. fxl::RefPtr also defines this type.

For consistency, rename RefPtr::ObjType to RefPtr::element_type.

This fixes compatibility with GMock's Pointee() matcher.

Original-Bug: 65796
Test: run fbl-gmock-test
RefPtrGmockTest.PointeeProperty

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/457521
Original-Revision: fb3a0a47b8be931c4e4d21c018c6841c66b2d79b
GitOrigin-RevId: 8711af4494c587ca13069ecb1d4688260e6a3c66
Change-Id: I626e119a5c2b40a12eb2d9cce516c83176fc1ab0
1 file changed
tree: 8aa8591648f0cd19759a5cac682f09358af571af
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.