Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 85a7bf77128457812636de3dfa376891b4918ed1..48898087d285caea56f51f547cb7f03f60199ea7 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -494,7 +494,7 @@ void TestingProfile::DestroyTopSites() { |
static KeyedService* BuildBookmarkModel(content::BrowserContext* context) { |
Profile* profile = static_cast<Profile*>(context); |
- BookmarkModel* bookmark_model = new BookmarkModel(profile); |
+ BookmarkModel* bookmark_model = new BookmarkModel(profile, false); |
bookmark_model->Load(profile->GetIOTaskRunner()); |
return bookmark_model; |
} |