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

Unified Diff: base/prefs/public/pref_member.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/public/pref_change_registrar.h ('k') | base/threading/post_task_and_reply_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/public/pref_member.h
diff --git a/base/prefs/public/pref_member.h b/base/prefs/public/pref_member.h
index 52a91b5f3ed214dc50c9aa51b6f65c51bee3c089..a395ab1b41b1e3c3d7891b546aad5b4380488046 100644
--- a/base/prefs/public/pref_member.h
+++ b/base/prefs/public/pref_member.h
@@ -42,7 +42,8 @@ class PrefServiceBase;
namespace subtle {
-class BASE_PREFS_EXPORT PrefMemberBase : public PrefObserver {
+class BASE_PREFS_EXPORT PrefMemberBase
+ : public NON_EXPORTED_BASE(PrefObserver) {
public:
// Type of callback you can register if you need to know the name of
// the pref that is changing.
« no previous file with comments | « base/prefs/public/pref_change_registrar.h ('k') | base/threading/post_task_and_reply_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698