| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| index 3681fe0c8b172f3bc8065355e010eaa8e0cefe48..84fe8cd5d9aee57c123903b33eae24c476076cbc 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| @@ -47,7 +47,7 @@ class DataReductionProxyUsageStats
|
| DataReductionProxyUsageStats(
|
| DataReductionProxyParams* params,
|
| const scoped_refptr<base::MessageLoopProxy>& ui_thread_proxy);
|
| - virtual ~DataReductionProxyUsageStats();
|
| + ~DataReductionProxyUsageStats() override;
|
|
|
| // Sets the callback to be called on the UI thread when the unavailability
|
| // status has changed.
|
| @@ -108,7 +108,7 @@ class DataReductionProxyUsageStats
|
| void RecordMissingViaHeaderBytes(net::URLRequest* request);
|
|
|
| // NetworkChangeNotifier::NetworkChangeObserver:
|
| - virtual void OnNetworkChanged(
|
| + void OnNetworkChanged(
|
| net::NetworkChangeNotifier::ConnectionType type) override;
|
|
|
| // Called when request counts change. Resets counts if they exceed thresholds,
|
|
|