This change removes all the remaining occurrences of these functions
being used with a single argument, following upstream deprecation.
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/b843c806672c1e1b950f0868ddde79390c1eea69
commit b843c806672c1e1b950f0868ddde79390c1eea69
Author: Jonathan Lee <jonathanjlee@google.com>
Date: Mon Oct 13 16:04:32 2025 -0700
Roll src/third_party/googletest/src/ 244cec869..7917641ff (4 commits)
**Note to gardeners**: This CL may be incompatible with other CLs that
add new usage of single-argument `testing::{DoAll,Invoke}`, which are
deprecated. Please prefer forward-fixing by cleaning up the deprecated
callsites instead of reverting this roll. The forward-fix is well-
understood (crbug.com/439838457), and we want CQ to stop new deprecated
callsites from landing.
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/244cec869d12..7917641ff965
$ git log 244cec869..7917641ff --date=short --no-merges --format='%ad %ae %s'
2025-09-02 dmauro Bump Abseil dependency to 20250814.0
2025-08-24 absl-team Remove unused syslog dependency for Fuchsia.
2025-08-19 absl-team Internal header include changes.
2025-08-16 absl-team Deprecate single-argument DoAll and Invoke.
Created with:
roll-dep src/third_party/googletest/src
Change-Id: Id197f789d82c374e16b07153012983792fcb4be7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6920668
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Commit-Queue: Jonathan Lee <jonathanjlee@google.com>
Cr-Commit-Position: refs/heads/main@{#1529188}