Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
index 9fb003cdb0aa6f63a8521948b8ae80e92325ad9b..5c09f2a478621a0e29f89a4253c058b36fe4092c 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
@@ -230,7 +230,7 @@ class DataReductionProxyConfig |
// Should be called only on main frame loads. |
void UpdateLoFiStatusOnMainFrameRequest( |
bool user_temporarily_disabled_lofi, |
- const net::NetworkQualityEstimator* network_quality_estimator); |
+ net::NetworkQualityEstimator* network_quality_estimator); |
protected: |
// Virtualized for mocking. Records UMA containing the result of requesting |
@@ -333,7 +333,7 @@ class DataReductionProxyConfig |
// |network_quality_estimator| may be NULL. |
// Virtualized for unit testing. Should be called only on main frame loads. |
virtual bool IsNetworkQualityProhibitivelySlow( |
- const net::NetworkQualityEstimator* network_quality_estimator); |
+ net::NetworkQualityEstimator* network_quality_estimator); |
// Returns true only if Lo-Fi "q=low" header should be added to the Chrome |
// Proxy header based on the value of |lofi_status|. |
@@ -341,7 +341,7 @@ class DataReductionProxyConfig |
// Records Lo-Fi accuracy metric. Should be called only on main frame loads. |
void RecordAutoLoFiAccuracyRate( |
- const net::NetworkQualityEstimator* network_quality_estimator) const; |
+ net::NetworkQualityEstimator* network_quality_estimator) const; |
scoped_ptr<SecureProxyChecker> secure_proxy_checker_; |