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

Unified Diff: chrome/common/pref_store_base.h

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 years 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 | « chrome/common/pref_store.cc ('k') | chrome/common/pref_store_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_store_base.h
diff --git a/chrome/common/pref_store_base.h b/chrome/common/pref_store_base.h
index 3c9f37cd4d5f3d8a34345cf1d17a0ef89b620338..d6f2b4b4ff9ede26a734b45956dc618b3a859116 100644
--- a/chrome/common/pref_store_base.h
+++ b/chrome/common/pref_store_base.h
@@ -13,7 +13,8 @@
// provided as a convenience for PrefStore implementations to derive from.
class PrefStoreBase : public PrefStore {
public:
- virtual ~PrefStoreBase() {}
+ PrefStoreBase();
+ virtual ~PrefStoreBase();
// Overriden from PrefStore.
virtual void AddObserver(ObserverInterface* observer);
« no previous file with comments | « chrome/common/pref_store.cc ('k') | chrome/common/pref_store_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698