| Index: net/socket/stream_socket.h
|
| diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h
|
| index 98efcdafb9ba9560a98112f47a4a01691c004229..5cdb6d3e3d5078ccd03c359fa71c650f51dcb058 100644
|
| --- a/net/socket/stream_socket.h
|
| +++ b/net/socket/stream_socket.h
|
| @@ -66,7 +66,7 @@ class NET_EXPORT_PRIVATE StreamSocket : public Socket {
|
| virtual int GetLocalAddress(IPEndPoint* address) const = 0;
|
|
|
| // Gets the NetLog for this socket.
|
| - virtual const BoundNetLog& NetLog() const = 0;
|
| + virtual const NetLogWithSource& NetLog() const = 0;
|
|
|
| // Set the annotation to indicate this socket was created for speculative
|
| // reasons. This call is generally forwarded to a basic TCPClientSocket*,
|
|
|