diff options
Diffstat (limited to 'base/prefs/persistent_pref_store.h')
-rw-r--r-- | base/prefs/persistent_pref_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/prefs/persistent_pref_store.h b/base/prefs/persistent_pref_store.h index 093ea8d5..e70e2a6 100644 --- a/base/prefs/persistent_pref_store.h +++ b/base/prefs/persistent_pref_store.h @@ -68,7 +68,7 @@ class BASE_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore { virtual void CommitPendingWrite() = 0; protected: - virtual ~PersistentPrefStore() {} + ~PersistentPrefStore() override {} }; #endif // BASE_PREFS_PERSISTENT_PREF_STORE_H_ |