libchrome: re-fix base::to_address issue by cherry-pick

The template typename conflict ("None") issue in base::to_address is
fixed in upstream CL https://crrev.com/c/3998292 in a different way.
Replace the local fix by cherry-picking it.

BUG=b:256947621
TEST=FEATURES=test emerge-brya libchrome

Change-Id: I8cbd6dacf3020a921e53684f58afdc18fe78b104
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/libchrome/+/4005145
Commit-Queue: Grace Cham <hscham@chromium.org>
Reviewed-by: Grace Cham <hscham@chromium.org>
Auto-Submit: Ren-Pei Zeng <kamesan@chromium.org>
Tested-by: Ren-Pei Zeng <kamesan@chromium.org>
2 files changed
tree: 93b4d2a81dee1d7a808a5b20a7d290f4798660c6
  1. base/
  2. build/
  3. components/
  4. crypto/
  5. dbus/
  6. device/
  7. ipc/
  8. libchrome_tools/
  9. mojo/
  10. soong/
  11. testing/
  12. third_party/
  13. ui/
  14. .gitignore
  15. BASE_VER
  16. BUILD.gn
  17. BUILD.IGNORE
  18. DIR_METADATA
  19. MODULE_LICENSE_BSD
  20. NOTICE
  21. OWNERS
  22. PRESUBMIT.cfg
  23. README.md
  24. testrunner.cc
  25. unblocked_terms.txt
README.md

libchrome

Overview

This directory includes the source from Chrome's libbase for use in Chrome OS.

See libchrome.md for more info.