Index: net/http/http_stream.h |
diff --git a/net/http/http_stream.h b/net/http/http_stream.h |
index a1e476e22bfca09499985a611426acc72b2bb125..2cd3528a0afa819bddb61a3a75ca2c7e4268893e 100644 |
--- a/net/http/http_stream.h |
+++ b/net/http/http_stream.h |
@@ -29,7 +29,7 @@ class ECPrivateKey; |
namespace net { |
-class BoundNetLog; |
+class NetLogWithSource; |
class HttpNetworkSession; |
class HttpRequestHeaders; |
struct HttpRequestInfo; |
@@ -50,7 +50,7 @@ class NET_EXPORT_PRIVATE HttpStream { |
// Returns a net error code, possibly ERR_IO_PENDING. |
virtual int InitializeStream(const HttpRequestInfo* request_info, |
RequestPriority priority, |
- const BoundNetLog& net_log, |
+ const NetLogWithSource& net_log, |
const CompletionCallback& callback) = 0; |
// Writes the headers and uploads body data to the underlying socket. |