| Index: net/socket/tcp_socket_win.h | 
| diff --git a/net/socket/tcp_socket_win.h b/net/socket/tcp_socket_win.h | 
| index ee92b44e766d5845d04d8e3710c4279f0efe04e3..d9f6b2128f3aa6ec72a8253e029880d1b7265c68 100644 | 
| --- a/net/socket/tcp_socket_win.h | 
| +++ b/net/socket/tcp_socket_win.h | 
| @@ -108,7 +108,7 @@ class NET_EXPORT TCPSocketWin : NON_EXPORTED_BASE(public base::NonThreadSafe), | 
| void StartLoggingMultipleConnectAttempts(const AddressList& addresses); | 
| void EndLoggingMultipleConnectAttempts(int net_error); | 
|  | 
| -  const BoundNetLog& net_log() const { return net_log_; } | 
| +  const NetLogWithSource& net_log() const { return net_log_; } | 
|  | 
| private: | 
| class Core; | 
| @@ -164,7 +164,7 @@ class NET_EXPORT TCPSocketWin : NON_EXPORTED_BASE(public base::NonThreadSafe), | 
|  | 
| bool logging_multiple_connect_attempts_; | 
|  | 
| -  BoundNetLog net_log_; | 
| +  NetLogWithSource net_log_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(TCPSocketWin); | 
| }; | 
|  |