Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Code health] Convert base::Bind in gallery_watch_manager_unittest.cc
This CL converts three base::Bind to base::BindOnce in this file. The function that takes the callback is already expecting a OnceCallback, so converting to base::BindOnce seems to be the right choice. Bug: 1152278 Change-Id: I0ed76be834d516ccdcb20200b30f172fa41f385a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592012 Reviewed-by: Tommy Li <tommycli@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#837150}
- Loading branch information