Index: remoting/host/url_request_context.h |
diff --git a/remoting/host/url_request_context.h b/remoting/host/url_request_context.h |
index 4b356ca72c4523da8ad5149acc9fb4c91c1c73f7..a43d10d84b526f5950759383893fc8f8c8758e4d 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_; |