Apply base_bind_rewriters to //net/cert
*** 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=mattm@chromium.org Change-Id: I8b415eafa1b618785870087c39e813d615e4e7ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778550 Auto-Submit: Yannic Bonenberger <contact@yannic-bonenberger.com> Reviewed-by:Matt Mueller <mattm@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#692298}
Showing
Please register or sign in to comment