Chromium Code Reviews| Index: net/http/http_stream_factory_impl_job.h |
| =================================================================== |
| --- net/http/http_stream_factory_impl_job.h (revision 119487) |
| +++ net/http/http_stream_factory_impl_job.h (working copy) |
| @@ -36,7 +36,7 @@ |
| const HttpRequestInfo& request_info, |
| const SSLConfig& server_ssl_config, |
| const SSLConfig& proxy_ssl_config, |
| - const BoundNetLog& net_log); |
| + NetLog* net_log); |
| ~Job(); |
| // Start initiates the process of creating a new HttpStream. |request| will be |