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

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc

Issue 634023004: Remove implicit conversions from scoped_refptr to T* in components/data_reduction_proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc
index d160578dc7a1a9074c9d4c2949756fe37f071ae1..d85a15bdde3d83d2ed288e8f155d560199680cb9 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc
@@ -117,7 +117,7 @@ void DataReductionProxyConfigService::RegisterObserver() {
DataReductionProxyConfigTracker::DataReductionProxyConfigTracker(
base::Callback<void(bool, const net::ProxyConfig&)> update_proxy_config,
- base::TaskRunner* task_runner)
+ const scoped_refptr<base::TaskRunner>& task_runner)
: update_proxy_config_(update_proxy_config),
task_runner_(task_runner) {
}
« no previous file with comments | « components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698