Index: chrome/browser/bookmarks/bookmark_model.h |
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h |
index 1f0cf7b793032ce4608c0791dac2461a908c834a..d82f11e048031e3797384006349d2598427c4475 100644 |
--- a/chrome/browser/bookmarks/bookmark_model.h |
+++ b/chrome/browser/bookmarks/bookmark_model.h |
@@ -13,6 +13,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/observer_list.h" |
+#include "base/sequenced_task_runner.h" |
#include "base/string16.h" |
#include "base/synchronization/lock.h" |
#include "base/synchronization/waitable_event.h" |
@@ -236,7 +237,7 @@ class BookmarkModel : public content::NotificationObserver, |
// Loads the bookmarks. This is called upon creation of the |
// BookmarkModel. You need not invoke this directly. |
- void Load(); |
+ void Load(scoped_refptr<base::SequencedTaskRunner> task_runner); |
// Returns true if the model finished loading. |
// This is virtual so it can be mocked. |