Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h |
index 13aae2998e0d6c76ce0886126313013e0c4757fe..e04e2a32b6763e1f107eb3d72c0b6808bcb3c2f3 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h |
@@ -70,7 +70,7 @@ void OverrideResponseAsRedirect( |
// |data_reduction_proxies.second| to the retry list only if |bypass_all| is |
// true. Visible as part of the public API for testing. |
void MarkProxiesAsBadUntil(net::URLRequest* request, |
- base::TimeDelta& bypass_duration, |
+ const base::TimeDelta& bypass_duration, |
bool bypass_all, |
const std::pair<GURL, GURL>& data_reduction_proxies); |