Loading
Remove dependency on base::Hash
This function is changing to just use std::hash anyway. This is slightly less efficient because of the copies, but doing it inline makes the cost more explicit to bluetooth authors. Bug: 26253162 Change-Id: I940ea8ce8aa27808cef8a8b9398a7756db3b5ca3 Test: Compiles