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

Unified Diff: net/proxy/proxy_list.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/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

Powered by Google App Engine
This is Rietveld 408576698