Apply base_bind_rewriters to //net/proxy_resolution/proxy_resolver_v8_tracing_unittest.cc
*** Note: There is no behavior change from this patch. *** This CL replaces calls to base::{Bind,BindRepeating} with calls to base::BindOnce, and removes calls to base::AdaptCallbackForRepeating when the returned base::RepeatingCallback is immediately converted to a base::OnceCallback. This CL was uploaded by git cl split. R=jochen@chromium.org Bug: 714018 Change-Id: I6296434bcb2b82ebca81c06e84b3bd9d56fe40f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778551Reviewed-by:Jochen Eisinger <jochen@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Auto-Submit: Yannic Bonenberger <contact@yannic-bonenberger.com> Cr-Commit-Position: refs/heads/master@{#694731}
Showing
Please register or sign in to comment