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 |