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

Unified Diff: chrome/browser/extensions/extension_pref_store.h

Issue 2923008: Fix memory leak in extension pref store... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | « no previous file | chrome/browser/extensions/extension_pref_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_pref_store.h
===================================================================
--- chrome/browser/extensions/extension_pref_store.h (revision 52128)
+++ chrome/browser/extensions/extension_pref_store.h (working copy)
@@ -24,7 +24,7 @@
class ExtensionPrefStore : public PrefStore {
public:
explicit ExtensionPrefStore(PrefService* pref_service);
- virtual ~ExtensionPrefStore() {}
+ virtual ~ExtensionPrefStore();
// The PrefService creates the ExtensionPrefStore, so we need to be able to
// defer setting the PrefService here until after construction.
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698