Index: net/http/http_stream_factory_impl_job_controller.h |
diff --git a/net/http/http_stream_factory_impl_job_controller.h b/net/http/http_stream_factory_impl_job_controller.h |
index 74f5501565308f6e1d0c25787dfbb58106c72bdf..46b994c2cc75b60e00f8f50f336383769873a88b 100644 |
--- a/net/http/http_stream_factory_impl_job_controller.h |
+++ b/net/http/http_stream_factory_impl_job_controller.h |
@@ -38,7 +38,7 @@ class HttpStreamFactoryImpl::JobController |
HttpStreamRequest::Delegate* delegate, |
WebSocketHandshakeStreamBase::CreateHelper* |
websocket_handshake_stream_create_helper, |
- const BoundNetLog& net_log, |
+ const NetLogWithSource& net_log, |
HttpStreamRequest::StreamType stream_type, |
RequestPriority priority, |
const SSLConfig& server_ssl_config, |
@@ -158,7 +158,7 @@ class HttpStreamFactoryImpl::JobController |
// Remove session from the SpdySessionRequestMap. |
void RemoveRequestFromSpdySessionRequestMapForJob(Job* job) override; |
- const BoundNetLog* GetNetLog(Job* job) const override; |
+ const NetLogWithSource* GetNetLog(Job* job) const override; |
void MaybeSetWaitTimeForMainJob(const base::TimeDelta& delay) override; |
@@ -175,7 +175,7 @@ class HttpStreamFactoryImpl::JobController |
const SSLConfig& proxy_ssl_config, |
HttpStreamRequest::Delegate* delegate, |
HttpStreamRequest::StreamType stream_type, |
- const BoundNetLog& net_log); |
+ const NetLogWithSource& net_log); |
// Attaches |job| to |request_|. Does not mean that |request_| will use |job|. |
void AttachJob(Job* job); |