Index: base/prefs/persistent_pref_store.h |
diff --git a/base/prefs/persistent_pref_store.h b/base/prefs/persistent_pref_store.h |
index 093ea8d57847bb54ce562b0cffd95e405e0dc3e4..e70e2a677e1becd441a4aea253a4d00adda35f42 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_ |