summaryrefslogtreecommitdiffstats
path: root/components/domain_reliability/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/domain_reliability/service.h')
-rw-r--r--components/domain_reliability/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/domain_reliability/service.h b/components/domain_reliability/service.h
index e04e944..9625ae6 100644
--- a/components/domain_reliability/service.h
+++ b/components/domain_reliability/service.h
@@ -42,7 +42,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityService
static DomainReliabilityService* Create(
const std::string& upload_reporter_string);
- virtual ~DomainReliabilityService();
+ ~DomainReliabilityService() override;
// Initializes the Service: given the task runner on which Monitor methods
// should be called, creates the Monitor and returns it. Can be called at