| Index: net/spdy/spdy_proxy_client_socket.h
|
| diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h
|
| index 5f2dd6fc8bc457c875b3178f9520a579cc0a3d76..2becc75887792eb46bb8607825f63b7d2e975874 100644
|
| --- a/net/spdy/spdy_proxy_client_socket.h
|
| +++ b/net/spdy/spdy_proxy_client_socket.h
|
| @@ -66,7 +66,7 @@ class SpdyProxyClientSocket : public ClientSocket, public SpdyStream::Delegate {
|
| 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;
|
|
|