| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 82067b18218d75bcdcf2bfadb239684e533be444..8ba7fa309b33a5db71181ae46c9405f5b619cd76 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;
|
| }
|
|
|
|
|