offline: Switch from testing::CreateFunctor to lambda.
This change switches from using testing::CreateFunctor when calling testing::Invoke() to a C++ lambda. This improves test readibility (slightly) and allows upcoming changes to gmock_mutant.h (switch away from base::Bind()). TBR=dimich@chromium.org Bug: 1007833, 806952 Change-Id: I47ece0d764fd503846ba788e5be5e0d53a8bce34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873399Reviewed-by:Chris Mumford <cmumford@google.com> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#714012}
Showing
Please register or sign in to comment