[roll] Roll fuchsia [superproject] Roll chromium/deps/icu@default Explicitly include <utility> in measunit.h

This is a backport of https://github.com/unicode-org/icu/pull/2344

measunit.h uses std::pair, std::make_pair, and std::move, all of which
are declared in <utility> Right now these symbols are provided via
nonstandard transitive includes in C++ standard library implementations,
but these includes cannot be relied upon.

Original-Bug:chromium:1430956,chromium:543704
Original-Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/4458542
Original-Revision: a2961dc659b4ae847a9c6120718cc2517ee57d9e
GitOrigin-RevId: acd0425de68eb8fec45ea03395831fa5e0c62510
Roller-URL: https://ci.chromium.org/b/8782150548095471441
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/851545
Original-Revision: f44571e7aa92701e24ba534901fb0483f22513e2
Change-Id: I638ad589b892bdf31f824bfe5fdf29ea3122ea8b
1 file changed
tree: d8f8e9cbadb7c06905a8744a4b9a4a23ab609829
  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.