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 7a7b8e78cb3e583b0e3251d64ecf01a4ed0bfdcc..9f70dc64ac0453b72a99a55b11bccfc3e3f29a12 100644 |
--- a/content/shell/shell_url_request_context_getter.h |
+++ b/content/shell/shell_url_request_context_getter.h |
@@ -16,6 +16,7 @@ class MessageLoop; |
namespace net { |
class HostResolver; |
+class NetworkDelegate; |
class ProxyConfigService; |
class URLRequestContextStorage; |
} |
@@ -46,6 +47,7 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter { |
scoped_refptr<net::URLRequestContext> url_request_context_; |
scoped_ptr<net::URLRequestContextStorage> storage_; |
+ scoped_ptr<net::NetworkDelegate> network_delegate_; |
DISALLOW_COPY_AND_ASSIGN(ShellURLRequestContextGetter); |
}; |