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

Unified Diff: net/proxy/proxy_config_service_mac.h

Issue 540593002: Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « net/proxy/proxy_config_service_linux_unittest.cc ('k') | net/proxy/proxy_config_service_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config_service_mac.h
diff --git a/net/proxy/proxy_config_service_mac.h b/net/proxy/proxy_config_service_mac.h
index cf513a0aeefeecf296dd91cd1ef1ba85676ff871..fe5ce30c0580afd7882ba0e7acd7be39773d8caa 100644
--- a/net/proxy/proxy_config_service_mac.h
+++ b/net/proxy/proxy_config_service_mac.h
@@ -29,7 +29,7 @@ class NET_EXPORT ProxyConfigServiceMac : public ProxyConfigService {
// This instance is expected to be operated and deleted on the same thread
// (however it may be constructed from a different thread).
explicit ProxyConfigServiceMac(
- base::SingleThreadTaskRunner* io_thread_task_runner);
+ const scoped_refptr<base::SingleThreadTaskRunner>& io_thread_task_runner);
virtual ~ProxyConfigServiceMac();
public:
« no previous file with comments | « net/proxy/proxy_config_service_linux_unittest.cc ('k') | net/proxy/proxy_config_service_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698