Index: components/ownership/owner_settings_service.h |
diff --git a/components/ownership/owner_settings_service.h b/components/ownership/owner_settings_service.h |
index ed4a1b5be90a696b00c90f66522dde1f92d3b45a..19619757164d0afabd21f0e66f992d01f8e0720c 100644 |
--- a/components/ownership/owner_settings_service.h |
+++ b/components/ownership/owner_settings_service.h |
@@ -38,7 +38,7 @@ class OWNERSHIP_EXPORT OwnerSettingsService : public KeyedService { |
explicit OwnerSettingsService( |
const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util); |
- virtual ~OwnerSettingsService(); |
+ ~OwnerSettingsService() override; |
base::WeakPtr<OwnerSettingsService> as_weak_ptr() { |
return weak_factory_.GetWeakPtr(); |