| Index: components/ownership/owner_settings_service.h
|
| diff --git a/components/ownership/owner_settings_service.h b/components/ownership/owner_settings_service.h
|
| index db36595d7d3601590633b8bd29f9f8c341a23192..a1d7c52308a5a88cff32e69ad2539d23f8e3b535 100644
|
| --- a/components/ownership/owner_settings_service.h
|
| +++ b/components/ownership/owner_settings_service.h
|
| @@ -59,7 +59,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();
|
|
|