| Index: components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h
|
| index b56abc65922f3bf0c54e4d2cd02e8e2f0c81e893..ea1d0c1403b36c4cf23a4b3b9c632a31e896be94 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h
|
| @@ -109,7 +109,7 @@ class DataReductionProxyUsageStats
|
|
|
| // NetworkChangeNotifier::NetworkChangeObserver:
|
| virtual void OnNetworkChanged(
|
| - net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
|
| + net::NetworkChangeNotifier::ConnectionType type) override;
|
|
|
| // Called when request counts change. Resets counts if they exceed thresholds,
|
| // and calls MaybeNotifyUnavailability otherwise.
|
|
|