Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1121)

Unified Diff: chrome/browser/io_thread.cc

Issue 511473002: Remove implicit conversions from scoped_refptr to T* in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move download out Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/history_service.cc ('k') | chrome/browser/nacl_host/nacl_browser_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.cc
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index 7726fcf5524bddfd32c81c0fd5b953f5d32749a3..736e757be07fd8386fe0449340f496857e8a9f60 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -1124,7 +1124,7 @@ void IOThread::InitSystemRequestContextOnIOThread() {
globals_->system_request_context.reset(
ConstructSystemRequestContext(globals_, net_log_));
globals_->system_request_context->set_ssl_config_service(
- globals_->ssl_config_service);
+ globals_->ssl_config_service.get());
globals_->system_request_context->set_http_server_properties(
globals_->http_server_properties->GetWeakPtr());
}
« no previous file with comments | « chrome/browser/history/history_service.cc ('k') | chrome/browser/nacl_host/nacl_browser_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698