Index: net/proxy/proxy_list.h |
diff --git a/net/proxy/proxy_list.h b/net/proxy/proxy_list.h |
index ac9635a977acbb173d3a1059370159ac071c5dd7..81db445232e24d6cad445d617471056499994356 100644 |
--- a/net/proxy/proxy_list.h |
+++ b/net/proxy/proxy_list.h |
@@ -91,12 +91,11 @@ class NET_EXPORT_PRIVATE ProxyList { |
// duration otherwise. It may reconsider the proxy beforehand if |reconsider| |
// is true. Additionally updates |proxy_retry_info| with |
// |another_proxy_to_bypass| if non-empty. |
- void UpdateRetryInfoOnFallback( |
- ProxyRetryInfoMap* proxy_retry_info, |
- base::TimeDelta retry_delay, |
- bool reconsider, |
- const ProxyServer& another_proxy_to_bypass, |
- const BoundNetLog& net_log) const; |
+ void UpdateRetryInfoOnFallback(ProxyRetryInfoMap* proxy_retry_info, |
+ base::TimeDelta retry_delay, |
+ bool reconsider, |
+ const ProxyServer& another_proxy_to_bypass, |
+ const BoundNetLog& net_log) const; |
private: |
// Updates |proxy_retry_info| to indicate that the |proxy_to_retry| in |