Index: net/socket/socks_client_socket.h |
diff --git a/net/socket/socks_client_socket.h b/net/socket/socks_client_socket.h |
index 86511cff601a6880d85b7793fde0a326b3af31d6..fc9a5c06e4465dc99ba2df5873d043b62ec216bb 100644 |
--- a/net/socket/socks_client_socket.h |
+++ b/net/socket/socks_client_socket.h |
@@ -52,7 +52,7 @@ class SOCKSClientSocket : 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; |