Index: net/socket/socks5_client_socket.h |
diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h |
index 5a918ccfaf0e3fed1c09d87ad452bc24be6bedd4..e26b6c11623f09fe0577981a2420517046f64b70 100644 |
--- a/net/socket/socks5_client_socket.h |
+++ b/net/socket/socks5_client_socket.h |
@@ -55,7 +55,7 @@ class SOCKS5ClientSocket : public ClientSocket { |
virtual void Disconnect(); |
virtual bool IsConnected() const; |
virtual bool IsConnectedAndIdle() const; |
- virtual const BoundNetLog& NetLog() const { return net_log_; } |
+ virtual const BoundNetLog& NetLog() const; |
virtual void SetSubresourceSpeculation(); |
virtual void SetOmniboxSpeculation(); |
virtual bool WasEverUsed() const; |