diff options
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_storage.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_storage.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/bookmarks/bookmark_storage.h b/chrome/browser/bookmarks/bookmark_storage.h index e3e1337..d41b2c5 100644 --- a/chrome/browser/bookmarks/bookmark_storage.h +++ b/chrome/browser/bookmarks/bookmark_storage.h @@ -92,6 +92,7 @@ class BookmarkStorage : public NotificationObserver, // Creates a BookmarkStorage for the specified model BookmarkStorage(Profile* profile, BookmarkModel* model); + ~BookmarkStorage(); // Loads the bookmarks into the model, notifying the model when done. This // takes ownership of |details|. See LoadDetails for details. @@ -108,10 +109,6 @@ class BookmarkStorage : public NotificationObserver, virtual bool SerializeData(std::string* output); private: - friend class base::RefCountedThreadSafe<BookmarkStorage>; - - ~BookmarkStorage(); - class LoadTask; // Callback from backend with the results of the bookmark file. |