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 f9d8e9da023acf7de10d10dd56754773d68d7f0c..c41e80c2908fe97b368a40e9eedde4de044bf41c 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()); |