Remove wrapping of mojo::Callbacks in std::unique_ptr.
This wrapping was added in r355704 because at the time mojo::Callbacks did not like being freed on arbitrary threads, which would happen if they were passed to //device/usb APIs. This is no longer an issue so the wrapping can be removed. BUG=None Review-Url: https://codereview.chromium.org/2236683002 Cr-Commit-Position: refs/heads/master@{#412582}
Showing
Please register or sign in to comment