| Index: net/socket/tcp_client_socket_libevent.h
|
| diff --git a/net/socket/tcp_client_socket_libevent.h b/net/socket/tcp_client_socket_libevent.h
|
| index a89c5b3da3e5333e3e89b43214f31264651eb0e9..e0e6e316c03b55e04ef114b6dbc860bd74be2931 100644
|
| --- a/net/socket/tcp_client_socket_libevent.h
|
| +++ b/net/socket/tcp_client_socket_libevent.h
|
| @@ -45,7 +45,7 @@ class TCPClientSocketLibevent : public ClientSocket, NonThreadSafe {
|
| virtual bool IsConnected() const;
|
| virtual bool IsConnectedAndIdle() const;
|
| virtual int GetPeerAddress(AddressList* address) const;
|
| - virtual const BoundNetLog& NetLog() const { return net_log_; }
|
| + virtual const BoundNetLog& NetLog() const;
|
| virtual void SetSubresourceSpeculation();
|
| virtual void SetOmniboxSpeculation();
|
| virtual bool WasEverUsed() const;
|
|
|