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

Unified Diff: base/supports_user_data.h

Issue 12494020: Remove knowledge of Chrome-specific SyncableService classes from WebDataService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | base/supports_user_data.cc » ('j') | chrome/browser/webdata/autocomplete_syncable_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/supports_user_data.h
diff --git a/base/supports_user_data.h b/base/supports_user_data.h
index 77367553daf5b405d5fffa138614d6a64b0234f0..b2e339b484aa3cd677bfe17dc786f207af76c6c0 100644
--- a/base/supports_user_data.h
+++ b/base/supports_user_data.h
@@ -19,6 +19,7 @@ namespace base {
class BASE_EXPORT SupportsUserData {
public:
SupportsUserData();
+ virtual ~SupportsUserData();
// Derive from this class and add your own data members to associate extra
// information with this object. Alternatively, add this as a public base
@@ -42,9 +43,6 @@ class BASE_EXPORT SupportsUserData {
// full control of the synchronization of that hand over.
void DetachUserDataThread();
- protected:
- virtual ~SupportsUserData();
-
private:
typedef std::map<const void*, linked_ptr<Data> > DataMap;
« no previous file with comments | « no previous file | base/supports_user_data.cc » ('j') | chrome/browser/webdata/autocomplete_syncable_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698