Index: components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h |
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h |
index 5598c26acc7f34ff35aa7ad5fb8a8bf6fa9da71e..8bf3a0fdbe041bdc2cffada69818b84c5364a751 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h |
@@ -7,6 +7,7 @@ |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
+#include "components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h" |
namespace base { |
class TimeDelta; |
@@ -29,6 +30,7 @@ class DataReductionProxyParams; |
// retried. Sets |override_response_headers| to redirect if so. |
bool MaybeBypassProxyAndPrepareToRetry( |
const DataReductionProxyParams* params, |
+ DataReductionProxyUsageStats* usage_stats, |
net::URLRequest* request, |
const net::HttpResponseHeaders* original_response_headers, |
scoped_refptr<net::HttpResponseHeaders>* override_response_headers); |