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
Loading
Please register or sign in to comment