Index: components/pref_registry/pref_registry_syncable.h |
diff --git a/components/pref_registry/pref_registry_syncable.h b/components/pref_registry/pref_registry_syncable.h |
index 57deda64a2df8303cf37b2b0248c41ec41181a74..0fd9980936584eeb44886da4a4e41e83a6457030 100644 |
--- a/components/pref_registry/pref_registry_syncable.h |
+++ b/components/pref_registry/pref_registry_syncable.h |
@@ -114,7 +114,7 @@ class PREF_REGISTRY_EXPORT PrefRegistrySyncable : public PrefRegistry { |
scoped_refptr<PrefRegistrySyncable> ForkForIncognito(); |
private: |
- virtual ~PrefRegistrySyncable(); |
+ ~PrefRegistrySyncable() override; |
void RegisterSyncablePreference(const char* path, |
base::Value* default_value, |