diff options
Diffstat (limited to 'remoting/host/url_request_context.h')
-rw-r--r-- | remoting/host/url_request_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/url_request_context.h b/remoting/host/url_request_context.h index 4b356ca..a43d10d 100644 --- a/remoting/host/url_request_context.h +++ b/remoting/host/url_request_context.h @@ -46,9 +46,10 @@ class URLRequestContextGetter : public net::URLRequestContextGetter { virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() const OVERRIDE; - private: + protected: virtual ~URLRequestContextGetter(); + private: scoped_refptr<net::URLRequestContext> url_request_context_; scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy_; scoped_ptr<net::ProxyConfigService> proxy_config_service_; |