libchrome: crypto: use deleted ctor instead of DISALLOW_*

DISALLOW_* macros is removed in libchrome r938828.
Clean up unused base/macros.h include since the file will be renamed in
r941411.

BUG=b:211560276
TEST=emerge-hatch libchrome
TEST=CQ

Change-Id: I8691a7b37a0b2289e4973e1bda2cbb1912fdc460
Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/external/libchrome/+/3388257
Tested-by: Grace Cham <[email protected]>
Reviewed-by: Qijiang YĆ«ki Ishii <[email protected]>
Commit-Queue: Grace Cham <[email protected]>
19 files changed
tree: 9621c6dccc9f1ed00cdee3388f1dd09c05fd720a
  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. Android.bp
  16. BASE_VER
  17. BUILD.gn
  18. BUILD.IGNORE
  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.