| Index: remoting/host/url_request_context.h
|
| diff --git a/remoting/host/url_request_context.h b/remoting/host/url_request_context.h
|
| index 1a5cecb2632d66c3dfea466157a454e582991d61..372d5ee501516a0e07cfdb6049b3d9f1b26a5ed2 100644
|
| --- a/remoting/host/url_request_context.h
|
| +++ b/remoting/host/url_request_context.h
|
| @@ -14,7 +14,6 @@
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "net/url_request/url_request_context_storage.h"
|
| -#include "remoting/host/vlog_net_log.h"
|
|
|
| namespace base {
|
| class MessageLoopProxy;
|
| @@ -27,13 +26,13 @@ namespace remoting {
|
| // remoting Me2Me host process where the profile is not available.
|
| class URLRequestContext : public net::URLRequestContext {
|
| public:
|
| - explicit URLRequestContext(net::ProxyConfigService* net_proxy_config_service);
|
| + explicit URLRequestContext(
|
| + scoped_ptr<net::ProxyConfigService> proxy_config_service);
|
|
|
| private:
|
| virtual ~URLRequestContext();
|
|
|
| net::URLRequestContextStorage storage_;
|
| - scoped_ptr<VlogNetLog> net_log_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestContext);
|
| };
|
|
|