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

Unified Diff: net/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/proxy_client_socket.h
diff --git a/net/http/proxy_client_socket.h b/net/http/proxy_client_socket.h
index da255f39440039571bb6adfffe403e0f97a3986b..3fc045d1e679c73d3da81c382704fd78c012cf05 100644
--- a/net/http/proxy_client_socket.h
+++ b/net/http/proxy_client_socket.h
@@ -37,8 +37,8 @@ class NET_EXPORT_PRIVATE ProxyClientSocket : public StreamSocket {
// Returns the HttpAuthController which can be used
// to interact with an HTTP Proxy Authorization Required (407) request.
- virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
- = 0;
+ virtual const scoped_refptr<HttpAuthController>& GetAuthController()
+ const = 0;
// If Connect (or its callback) returns PROXY_AUTH_REQUESTED, then
// credentials should be added to the HttpAuthController before calling

Powered by Google App Engine
This is Rietveld 408576698