Recent changes to content::UnitTestTestSuite have been added to provide
support to ContentClient instantiations. This addition might have to
potential to remove the individual instantiation of those in each
browser test fixture. This CL corrects the build breakage introduced by
this change.
Chromium change:
https://chromium.googlesource.com/chromium/src/+/d2126c70ea1b9cc77a07293790027af8d3fb612e
commit d2126c70ea1b9cc77a07293790027af8d3fb612e
Author: John Abd-El-Malek <jam@chromium.org>
Date: Fri Mar 25 10:25:12 2022 +0000
Move initialization and tear down of objects needed by Content and its dependencies into content::UnitTestTestSuite.
This avoids test suites which depend on content having to duplicate this correctly. It also allows UnitTestTestSuite to ask embedders to create ContentClient implementations at the right time, which will soon be needed before calling blink::Initialize.
Bug: 1309246