Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: components/pref_registry/pref_registry_syncable.h

Issue 666133002: Standardize usage of virtual/override/final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « components/precache/core/precache_fetcher_unittest.cc ('k') | components/pref_registry/testing_pref_service_syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698