| Index: net/http/http_proxy_client_socket.h
 | 
| diff --git a/net/http/http_proxy_client_socket.h b/net/http/http_proxy_client_socket.h
 | 
| index e11e731949138925e3c4b45913dac4b4546b2304..8e345b9a31baa42152ea88999b1913f55ae13e28 100644
 | 
| --- a/net/http/http_proxy_client_socket.h
 | 
| +++ b/net/http/http_proxy_client_socket.h
 | 
| @@ -74,7 +74,7 @@ class HttpProxyClientSocket : 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;
 | 
| 
 |