Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 9cdc6213ce7a798764cb895eb79a3bd1aa6b83f0..b27953aca36aa9c8f9dd868f115b954b270aa32f 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -392,7 +392,7 @@ void TestingProfile::DestroyTopSites() { |
static ProfileKeyedService* BuildBookmarkModel(Profile* profile) { |
BookmarkModel* bookmark_model = new BookmarkModel(profile); |
- bookmark_model->Load(); |
+ bookmark_model->Load(profile->GetIOTaskRunner()); |
return bookmark_model; |
} |