| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index d75015105e3d77c124255ff03f16aa3c7ef4e614..516ac3b335ba56648152f39c8d69855da510314b 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -208,7 +208,7 @@ void OffTheRecordProfileIOData::InitializeInternal(
|
| main_context->set_cert_transparency_verifier(
|
| io_thread_globals->cert_transparency_verifier.get());
|
| main_context->set_ct_policy_enforcer(
|
| - io_thread_globals->ct_policy_enforcer.get());
|
| + io_thread_globals->system_request_context->ct_policy_enforcer());
|
|
|
| main_context->set_net_log(io_thread->net_log());
|
|
|
|
|