| 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 98fa03ca2dba4add19bd4681324ae7e023d2b551..8f61d8ba271b809251f465b8cfe6fcd333c14003 100644
|
| --- a/content/shell/shell_url_request_context_getter.h
|
| +++ b/content/shell/shell_url_request_context_getter.h
|
| @@ -15,6 +15,7 @@ class MessageLoop;
|
|
|
| namespace net {
|
| class HostResolver;
|
| +class MappedHostResolver;
|
| class NetworkDelegate;
|
| class ProxyConfigService;
|
| class URLRequestContextStorage;
|
| @@ -50,6 +51,7 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter {
|
| scoped_ptr<net::NetworkDelegate> network_delegate_;
|
| scoped_ptr<net::URLRequestContextStorage> storage_;
|
| scoped_ptr<net::URLRequestContext> url_request_context_;
|
| + scoped_ptr<net::MappedHostResolver> mapped_host_resolver_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellURLRequestContextGetter);
|
| };
|
|
|