Index: components/bookmarks/browser/bookmark_storage.h |
diff --git a/components/bookmarks/browser/bookmark_storage.h b/components/bookmarks/browser/bookmark_storage.h |
index c7f51a5a67674e94aab7d6fc40f77edb71273b32..2a16aecc3a21206741c8e7c2827ea34a72695b06 100644 |
--- a/components/bookmarks/browser/bookmark_storage.h |
+++ b/components/bookmarks/browser/bookmark_storage.h |
@@ -172,7 +172,7 @@ class BookmarkStorage : public base::ImportantFileWriter::DataSerializer { |
BookmarkModel* model_; |
// Helper to write bookmark data safely. |
- base::ImportantFileWriter writer_; |
+ scoped_ptr<base::ImportantFileWriterImpl> writer_; |
// Sequenced task runner where file I/O operations will be performed at. |
scoped_refptr<base::SequencedTaskRunner> sequenced_task_runner_; |