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

Unified Diff: base/prefs/public/pref_change_registrar.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 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
« no previous file with comments | « base/prefs/pref_observer.h ('k') | base/prefs/public/pref_member.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/public/pref_change_registrar.h
diff --git a/base/prefs/public/pref_change_registrar.h b/base/prefs/public/pref_change_registrar.h
index 84df6526696b0eb82fc764504bf0b06791ccd721..6d93e5e2b198bc010f46aec119a02c8d0b986108 100644
--- a/base/prefs/public/pref_change_registrar.h
+++ b/base/prefs/public/pref_change_registrar.h
@@ -19,7 +19,8 @@ class PrefServiceBase;
// with a PrefStore. Functions much like NotificationRegistrar, but specifically
// manages observers of preference changes. When the Registrar is destroyed,
// all registered observers are automatically unregistered with the PrefStore.
-class BASE_PREFS_EXPORT PrefChangeRegistrar : public PrefObserver {
+class BASE_PREFS_EXPORT PrefChangeRegistrar
+ : public NON_EXPORTED_BASE(PrefObserver) {
public:
// You can register this type of callback if you need to know the
// path of the preference that is changing.
« no previous file with comments | « base/prefs/pref_observer.h ('k') | base/prefs/public/pref_member.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698