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

Unified Diff: net/http/http_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/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 a2682c505b111792d9a4f07cc5f7657023e93765..b62fa4208bd57dce963fc97a0164449491a3afdb 100644
--- a/net/http/http_proxy_client_socket.h
+++ b/net/http/http_proxy_client_socket.h
@@ -56,8 +56,8 @@ class HttpProxyClientSocket : public ProxyClientSocket {
virtual const HttpResponseInfo* GetConnectResponseInfo() const OVERRIDE;
virtual HttpStream* CreateConnectResponseStream() OVERRIDE;
virtual int RestartWithAuth(const CompletionCallback& callback) OVERRIDE;
- virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
- OVERRIDE;
+ virtual const scoped_refptr<HttpAuthController>& GetAuthController()
+ const OVERRIDE;
virtual bool IsUsingSpdy() const OVERRIDE;
virtual NextProto GetProtocolNegotiated() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698