CodeHealth: Change base::Bind to Repeating in chrome/test/chromedriver.
This CL is part of the Code Health Rotation (https://sites.google.com/corp/google.com/chrome-code-health/) and changes the few remaining occurrences in chrome/test/chromedriver of base::Bind, base::Callback, and base::Closure, to base::BindRepeating, base::RepeatingCallback, and base::RepeatingClosure, respectively, to match the surrounding code. Bug: 1007643 Change-Id: I3070f02201bdc338b6b70ab8f3b8b40f5111a6c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622991 Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Reviewed-by:Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#842319}
Showing
Please register or sign in to comment