| 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 4c4e8fdf748b2644c9bd4d323e3f2d519a082889..2f5b9f9ef85715bf2ed76fac86d1970ac401914f 100644
|
| --- a/net/spdy/spdy_proxy_client_socket.h
|
| +++ b/net/spdy/spdy_proxy_client_socket.h
|
| @@ -26,7 +26,6 @@
|
| #include "net/spdy/spdy_session.h"
|
| #include "net/spdy/spdy_stream.h"
|
|
|
| -
|
| class GURL;
|
|
|
| namespace net {
|
| @@ -52,15 +51,14 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket,
|
| HttpAuthCache* auth_cache,
|
| HttpAuthHandlerFactory* auth_handler_factory);
|
|
|
| -
|
| // On destruction Disconnect() is called.
|
| virtual ~SpdyProxyClientSocket();
|
|
|
| // ProxyClientSocket methods:
|
| virtual const HttpResponseInfo* GetConnectResponseInfo() const OVERRIDE;
|
| virtual HttpStream* CreateConnectResponseStream() OVERRIDE;
|
| - virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
|
| - OVERRIDE;
|
| + virtual const scoped_refptr<HttpAuthController>& GetAuthController()
|
| + const OVERRIDE;
|
| virtual int RestartWithAuth(const CompletionCallback& callback) OVERRIDE;
|
| virtual bool IsUsingSpdy() const OVERRIDE;
|
| virtual NextProto GetProtocolNegotiated() const OVERRIDE;
|
|
|