• Yannic Bonenberger's avatar
    Apply base_bind_rewriters to //net/proxy_resolution · 58a39b6a
    Yannic Bonenberger authored
    *** 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=mmenke@chromium.org
    
    Bug: 714018
    Change-Id: Id81c3450f3dc9c2d4e0b9cf062b5ee43e1c71e30
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778770Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
    Commit-Queue: Matt Menke <mmenke@chromium.org>
    Commit-Queue: Yannic Bonenberger <contact@yannic-bonenberger.com>
    Auto-Submit: Yannic Bonenberger <contact@yannic-bonenberger.com>
    Cr-Commit-Position: refs/heads/master@{#692309}
    58a39b6a
multi_threaded_proxy_resolver_unittest.cc 28.4 KB