| 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
|
|
|