| Index: remoting/host/url_request_context.h
|
| diff --git a/remoting/host/url_request_context.h b/remoting/host/url_request_context.h
|
| index a43d10d84b526f5950759383893fc8f8c8758e4d..1a5cecb2632d66c3dfea466157a454e582991d61 100644
|
| --- a/remoting/host/url_request_context.h
|
| +++ b/remoting/host/url_request_context.h
|
| @@ -14,6 +14,7 @@
|
| #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;
|
| @@ -32,6 +33,7 @@ class URLRequestContext : public net::URLRequestContext {
|
| virtual ~URLRequestContext();
|
|
|
| net::URLRequestContextStorage storage_;
|
| + scoped_ptr<VlogNetLog> net_log_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestContext);
|
| };
|
|
|