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

Unified Diff: components/domain_reliability/monitor.h

Issue 824513003: Standardize usage of virtual/override/final specifiers in components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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
« no previous file with comments | « components/dom_distiller/core/dom_distiller_store.h ('k') | components/domain_reliability/util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/monitor.h
diff --git a/components/domain_reliability/monitor.h b/components/domain_reliability/monitor.h
index 60f121abf614b1288b4ec38d1eaaaaf3c4cb0f43..d2bcd6dda9d8cdfadcdb1b9d3c8eba5cebf5652d 100644
--- a/components/domain_reliability/monitor.h
+++ b/components/domain_reliability/monitor.h
@@ -61,7 +61,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityMonitor
// Must be called from the pref thread if |MoveToNetworkThread| was not
// called, or from the network thread if it was called.
- virtual ~DomainReliabilityMonitor();
+ ~DomainReliabilityMonitor() override;
// Must be called before |InitURLRequestContext| on the same thread on which
// the Monitor was constructed. Moves (most of) the Monitor to the network
@@ -99,7 +99,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityMonitor
void OnCompleted(net::URLRequest* request, bool started);
// net::NetworkChangeNotifier::NetworkChangeObserver implementation:
- virtual void OnNetworkChanged(
+ void OnNetworkChanged(
net::NetworkChangeNotifier::ConnectionType type) override;
// Called to remove browsing data. With CLEAR_BEACONS, leaves contexts in
« no previous file with comments | « components/dom_distiller/core/dom_distiller_store.h ('k') | components/domain_reliability/util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698