Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h

Issue 666133002: Standardize usage of virtual/override/final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698