| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index fed23776c4c4d2b31e8ad17fc4da4fadec98e225..92e128693818c64e5c4fefa1a5d13f17dc462ffd 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;
|
| }
|
|
|
|
|