Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 7aede511fc9e3fff3b7c812e33c4eab4f72feda3..dea634a9728b62a4c6923ecc9ffc5e49efaa1031 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -517,7 +517,7 @@ static KeyedService* BuildBookmarkModel(content::BrowserContext* context) { |
Profile* profile = static_cast<Profile*>(context); |
ChromeBookmarkClient* bookmark_client = |
ChromeBookmarkClientFactory::GetForProfile(profile); |
- BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client, false); |
+ BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client); |
bookmark_client->Init(bookmark_model); |
bookmark_model->Load(profile->GetPrefs(), |
profile->GetPrefs()->GetString(prefs::kAcceptLanguages), |