Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: net/spdy/spdy_proxy_client_socket.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698