commit | 40e78443e93729c5f5571a4c29b25ad7c7b3cecb | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Jul 05 12:48:13 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Jul 05 12:48:13 2023 -0700 |
tree | 375639c30600e2853f7402da21d7634b3e892705 | |
parent | db15b6f93d828d0c4a9705e845b41d48be22b6f2 [diff] |
Replace usage of base::Callback with std::function base::Callback comes from libchrome which is undermaintained. Since C++11 there's standard library support for function objects. Migrate to a more well knowned solution for function objects. Test: th Change-Id: Id19bcd7e92691f57d97520f8f1f4909ca9c25b33