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

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

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 | « no previous file | components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc » ('j') | 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.h
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h b/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h
index e3b1f6eb91ef4e46ce7711ed3f69c490b00aa86c..c0c27b0f4cd2d18c9ddf00893fbe63f86fa0a6d8 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h
@@ -93,7 +93,7 @@ class DataReductionProxyConfigTracker : public DataReductionProxyConfigurator {
public:
DataReductionProxyConfigTracker(
base::Callback<void(bool, const net::ProxyConfig&)> update_proxy_config,
- base::TaskRunner* task_runner);
+ const scoped_refptr<base::TaskRunner>& task_runner);
virtual ~DataReductionProxyConfigTracker();
virtual void Enable(bool primary_restricted,
« no previous file with comments | « no previous file | components/data_reduction_proxy/browser/data_reduction_proxy_config_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698