[roll] Roll cobalt Migrate off deprecated Base64Escape

`void Base64Escape(absl::string_view src, std::string* absl_nonnull
dest)` has been deprecated in favor of `std::string
Base64Escape(absl::string_view src)`.

Original-Fixed: 485231440
Test: `fx test //src/cobalt cobalt_core`
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt/+/1515077
Original-Revision: 9c598d9fd1e5fc3bea86406170514388073785ab
GitOrigin-RevId: 1b4306275b7fbb85c42467ba99c7fe6ad578349c
Change-Id: Ic33e6956b7cc75c1ea23028c77a3137a8b2875bb
1 file changed
tree: 06e89a33015124ff66d17293e57216d635b3410c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 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.