Index: content/shell/shell_url_request_context_getter.h |
diff --git a/content/shell/shell_url_request_context_getter.h b/content/shell/shell_url_request_context_getter.h |
index 4de8bb88272b4d1310b88cbbf692cd8d3a8e1a32..b97e876e3610a387c4530847332261c04a6c9761 100644 |
--- a/content/shell/shell_url_request_context_getter.h |
+++ b/content/shell/shell_url_request_context_getter.h |
@@ -46,10 +46,9 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter { |
MessageLoop* file_loop_; |
scoped_ptr<net::ProxyConfigService> proxy_config_service_; |
- |
- scoped_refptr<net::URLRequestContext> url_request_context_; |
- scoped_ptr<net::URLRequestContextStorage> storage_; |
scoped_ptr<net::NetworkDelegate> network_delegate_; |
+ scoped_ptr<net::URLRequestContextStorage> storage_; |
+ scoped_ptr<net::URLRequestContext> url_request_context_; |
DISALLOW_COPY_AND_ASSIGN(ShellURLRequestContextGetter); |
}; |