refactor: CertVerifier is not in the network namespace anymore

Refs: 2689805
This commit is contained in:
Samuel Attard 2021-03-05 15:08:38 -08:00
parent e900271bea
commit eccfa516c5
5 changed files with 8 additions and 6 deletions

View file

@ -1068,7 +1068,7 @@ void ElectronBrowserClient::ConfigureNetworkContextParams(
bool in_memory,
const base::FilePath& relative_partition_path,
network::mojom::NetworkContextParams* network_context_params,
network::mojom::CertVerifierCreationParams* cert_verifier_creation_params) {
cert_verifier::mojom::CertVerifierCreationParams* cert_verifier_creation_params) {
DCHECK(browser_context);
return NetworkContextServiceFactory::GetForContext(browser_context)
->ConfigureNetworkContextParams(network_context_params,