Index: components/bookmarks/browser/bookmark_model.h |
diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h |
index df68b9a3398fddb99df7a46063730dff66b38f45..0a2d9643c89ccf84d3604de102340a0e8b2b61e2 100644 |
--- a/components/bookmarks/browser/bookmark_model.h |
+++ b/components/bookmarks/browser/bookmark_model.h |
@@ -411,7 +411,7 @@ class BookmarkModel : public KeyedService { |
base::CancelableTaskTracker cancelable_task_tracker_; |
// Reads/writes bookmarks to disk. |
- scoped_refptr<bookmarks::BookmarkStorage> store_; |
+ scoped_ptr<bookmarks::BookmarkStorage> store_; |
scoped_ptr<bookmarks::BookmarkIndex> index_; |